diff --git a/1_concepts/1_2_box_pin/README.md b/1_concepts/1_2_box_pin/README.md index f00f0b8..7030d88 100644 --- a/1_concepts/1_2_box_pin/README.md +++ b/1_concepts/1_2_box_pin/README.md @@ -59,10 +59,9 @@ __Estimated time__: 1 day #### Important: ##### THERE HAS TO BE NO `unsafe` CODE (DON'T USE `unsafe`) > - `mut_me_somehow` must mutate self somehow. - > - You can add trait bounds to the types. + > - You can add trait bounds to the types. (using `Unpin` trait bound is not allowed) > - Write simple tests to demonstrate mut_me_somehow. > - you may use modules to avoid conflicting implementations - ```rust trait SayHi: fmt::Debug {