mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 03:20:38 +00:00

std: add some missing repr(transparent) For some types we don't want to stably guarantee this, so hide the `repr` from rustdoc. This nice approach was suggested by `@thomcc.`