Skip to content

Commit 1c440bd

Browse files
committed
std: Remove unstable from ReentrantMutex
This isn't exported so it doesn't need a tag.
1 parent 9a623f3 commit 1c440bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/sys/common/remutex.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![unstable(feature = "reentrant_mutex", reason = "new API",
12-
issue = "27738")]
13-
1411
use prelude::v1::*;
1512

1613
use fmt;

0 commit comments

Comments
 (0)