Backticks.

This commit is contained in:
Havvy 2017-09-27 23:31:29 -07:00
parent 0118398291
commit 72b3139c3f

View File

@ -209,7 +209,7 @@ pub fn forget<T>(t: T) {
/// The mutability of a pointer does not change its size. As such, `&T` and `&mut T`
/// have the same size. Likewise for `*const T` and `*mut T`.
///
/// # Size of #[repr(C)] items
/// # Size of `#[repr(C)]` items
///
/// The `C` representation for items has a defined layout. With this layout,
/// the size of items is also stable as long as all fields have a stable size.