Skip to content

Commit

Permalink
task_1_2: Repeat no Unpin requirement in task
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMark committed Jul 18, 2024
1 parent 4434551 commit a35c5af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 1_concepts/1_2_box_pin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a35c5af

Please sign in to comment.