need to pick a new feature name
This commit is contained in:
parent
998a877737
commit
23522f6cab
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ pub struct MutexGuard<'a, T: ?Sized + 'a> {
|
|||
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
impl<'a, T: ?Sized> !Send for MutexGuard<'a, T> { }
|
||||
#[stable(feature = "rust1", since = "1.18.0")]
|
||||
#[stable(feature = "mutexguard", since = "1.18.0")]
|
||||
unsafe impl<'a, T: ?Sized + Sync> Sync for MutexGuard<'a, T> { }
|
||||
|
||||
impl<T> Mutex<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue