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

Send and Sync page has a confusing start #307

Open Rafferty97 opened 2 years ago

Rafferty97 commented 2 years ago

This first sentence of the page "Send and Sync" (section 8.2 currently) is:

Not everything obeys inherited mutability, though.

This doesn't follow logically from the previous page and therefore makes no sense. Even if it did, it presupposes that the reader has just read the previous page. I suggest it is removed or reworded to make sense in isolation.