diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-03-07 15:02:43 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-03-11 22:09:58 -0800 |
| commit | 1c440bdaf25835a19f23c62c11cbd76bb0a4822f (patch) | |
| tree | b1a3b870d14ae800040b9f745145d59a08b9cb14 | |
| parent | 9a623f33787654759801026556d06c6fd4ad9b31 (diff) | |
| download | rust-1c440bdaf25835a19f23c62c11cbd76bb0a4822f.tar.gz rust-1c440bdaf25835a19f23c62c11cbd76bb0a4822f.zip | |
std: Remove unstable from ReentrantMutex
This isn't exported so it doesn't need a tag.
| -rw-r--r-- | src/libstd/sys/common/remutex.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/sys/common/remutex.rs b/src/libstd/sys/common/remutex.rs index 2e2be63c3cb..1793ad0e445 100644 --- a/src/libstd/sys/common/remutex.rs +++ b/src/libstd/sys/common/remutex.rs @@ -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; |
