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
@ -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…
Reference in New Issue
Block a user