std: Remove unstable from ReentrantMutex

This isn't exported so it doesn't need a tag.
This commit is contained in:
Alex Crichton 2016-03-07 15:02:43 -08:00
parent 9a623f3378
commit 1c440bdaf2

View File

@ -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;