std: Remove unstable from ReentrantMutex
This isn't exported so it doesn't need a tag.
This commit is contained in:
parent
9a623f3378
commit
1c440bdaf2
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![unstable(feature = "reentrant_mutex", reason = "new API",
|
||||
issue = "27738")]
|
||||
|
||||
use prelude::v1::*;
|
||||
|
||||
use fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue