Capitalize some occurences of Rust in documentation

pull/10/head
Florian Hahn 9 years ago committed by Manish Goregaokar
parent a29e5a7589
commit 44b7a53b97

@ -57,7 +57,7 @@ These reprs have no effect on a struct.
# repr(packed)
`repr(packed)` forces rust to strip any padding, and only align the type to a
`repr(packed)` forces Rust to strip any padding, and only align the type to a
byte. This may improve the memory footprint, but will likely have other negative
side-effects.

Loading…
Cancel
Save