Skip to content

Commit 932237b

Browse files
authored
fix intrinsics::needs_drop docs
1 parent 1a4e2b6 commit 932237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ extern "rust-intrinsic" {
12911291
/// implements `Copy`.
12921292
///
12931293
/// If the actual type neither requires drop glue nor implements
1294-
/// `Copy`, then may return `true` or `false`.
1294+
/// `Copy`, then the return value of this function is unspecified.
12951295
///
12961296
/// The stabilized version of this intrinsic is
12971297
/// [`std::mem::needs_drop`](../../std/mem/fn.needs_drop.html).

0 commit comments

Comments
 (0)