Skip to content

Commit 72b3139

Browse files
committed
Backticks.
1 parent 0118398 commit 72b3139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub fn forget<T>(t: T) {
209209
/// The mutability of a pointer does not change its size. As such, `&T` and `&mut T`
210210
/// have the same size. Likewise for `*const T` and `*mut T`.
211211
///
212-
/// # Size of #[repr(C)] items
212+
/// # Size of `#[repr(C)]` items
213213
///
214214
/// The `C` representation for items has a defined layout. With this layout,
215215
/// the size of items is also stable as long as all fields have a stable size.

0 commit comments

Comments
 (0)