Skip to content

Commit

Permalink
Merge pull request #93 from NamesMark/explicit-unpin-req
Browse files Browse the repository at this point in the history
task_1_2: Repeat no Unpin requirement in task
  • Loading branch information
SupperZum authored Dec 16, 2024
2 parents 2e5035e + a35c5af commit 559b826
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 @@ -60,10 +60,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 559b826

Please sign in to comment.