rust-lang / nomicon

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

Review and update the "as of ..." references #295

Open JohnTitor opened 3 years ago

JohnTitor commented 3 years ago

For example, https://doc.rust-lang.org/nightly/nomicon/safe-unsafe-meaning.html has one "as of ..." reference:

As of Rust 1.29.2 the standard library defines the following unsafe traits

We should check if they're outdated now and update the date or Rust version.