mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
Fix instructions.
This commit is contained in:
parent
602ce11299
commit
d9a0c025e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue