rust-lang / nomicon

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

Uppercase `repr(Rust)` #245

Closed camelid closed 3 years ago

camelid commented 3 years ago

There were two spots where it referred to repr(rust) when it is usually referred to as repr(Rust) in accordance with repr(C). I updated those to use the uppercase form.