]> git.lizzy.rs Git - rust.git/commit
Fix various nits from PR review
authorDylan MacKenzie <ecstaticmorse@gmail.com>
Mon, 9 Apr 2018 21:23:08 +0000 (14:23 -0700)
committerDylan MacKenzie <ecstaticmorse@gmail.com>
Mon, 9 Apr 2018 21:23:08 +0000 (14:23 -0700)
commitd7209d5babae4e1e428771287eaca6165e43972c
tree3827de66ddfe8079aa2edb4628b5bf500407fb01
parentd7ce9a213c11f825b8b47f7d9fd970cfb97033bd
Fix various nits from PR review

- Remove redundant "unsafe" from module description.
- Add a missing `Safety` heading to `read_unaligned`.
- Remove weasel words in `Undefined Behavior` description for
  `write{,_unaligned,_bytes}`.
src/libcore/ptr.rs