Fix instructions.

This commit is contained in:
LukeMathWalker 2024-05-14 10:02:29 +02:00
parent 602ce11299
commit d9a0c025e9

View file

@ -1,4 +1,4 @@
// TODO: Implement the `From` trait for the `WrappingU32` type to make `example` compile. // TODO: Implement the `From` trait for the `u32` type to make `example` compile.
pub struct WrappingU32 { pub struct WrappingU32 {
value: u32, value: u32,