We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ea5dc commit 408895dCopy full SHA for 408895d
src/libcore/mem/mod.rs
@@ -380,7 +380,7 @@ pub fn align_of_val<T: ?Sized>(val: &T) -> usize {
380
///
381
/// # Examples
382
383
-/// Here's an example of how a collection might make use of needs_drop:
+/// Here's an example of how a collection might make use of `needs_drop`:
384
385
/// ```
386
/// use std::{mem, ptr};
0 commit comments