]> git.lizzy.rs Git - rust.git/commitdiff
std: Remove unstable from ReentrantMutex
authorAlex Crichton <alex@alexcrichton.com>
Mon, 7 Mar 2016 23:02:43 +0000 (15:02 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 12 Mar 2016 06:09:58 +0000 (22:09 -0800)
This isn't exported so it doesn't need a tag.

src/libstd/sys/common/remutex.rs

index 2e2be63c3cb5b300ea63c813cc8951e74acc53a9..1793ad0e4459f842e4cbd3b33e9cadcdfb4abf79 100644 (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;