Skip to content

Commit 23522f6

Browse files
committed
need to pick a new feature name
1 parent 998a877 commit 23522f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub struct MutexGuard<'a, T: ?Sized + 'a> {
153153

154154
#[stable(feature = "rust1", since = "1.0.0")]
155155
impl<'a, T: ?Sized> !Send for MutexGuard<'a, T> { }
156-
#[stable(feature = "rust1", since = "1.18.0")]
156+
#[stable(feature = "mutexguard", since = "1.18.0")]
157157
unsafe impl<'a, T: ?Sized + Sync> Sync for MutexGuard<'a, T> { }
158158

159159
impl<T> Mutex<T> {

0 commit comments

Comments
 (0)