rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

Remove useless `unsafe`, `mut` and ptr casts in example in `send-and-sync.md` #308

Closed WaffleLapkin closed 2 years ago

WaffleLapkin commented 2 years ago

Compiler even warns about unnecessary unsafe and unnecessary mutable variable: