mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
f527d56c08
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.`