misunderstand the implements verb (#18)

* Update 08_from.md

* test

* Update exercises/04_traits/08_from/src/lib.rs

---------

Co-authored-by: datewu <hihahajun@gmail.com>
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
This commit is contained in:
taohua
2024-05-18 23:56:39 +08:00
committed by GitHub
parent 1d9ba4c25c
commit 44f3260fbe
2 changed files with 3 additions and 3 deletions

View File

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