Skip to content

Commit

Permalink
Escape needs_drop in the needs_drop documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Jun 6, 2019
1 parent 94ea5dc commit 408895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem/mod.rs
Expand Up @@ -380,7 +380,7 @@ pub fn align_of_val<T: ?Sized>(val: &T) -> usize {
///
/// # Examples
///
/// 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`:
///
/// ```
/// use std::{mem, ptr};
Expand Down

0 comments on commit 408895d

Please sign in to comment.