Skip to content

Commit

Permalink
fix intrinsics::needs_drop docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Jun 22, 2020
1 parent 1a4e2b6 commit 932237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/intrinsics.rs
Expand Up @@ -1291,7 +1291,7 @@ extern "rust-intrinsic" {
/// implements `Copy`.
///
/// If the actual type neither requires drop glue nor implements
/// `Copy`, then may return `true` or `false`.
/// `Copy`, then the return value of this function is unspecified.
///
/// The stabilized version of this intrinsic is
/// [`std::mem::needs_drop`](../../std/mem/fn.needs_drop.html).
Expand Down

0 comments on commit 932237b

Please sign in to comment.