diff options
| author | Artyom Pavlov <newpavlov@gmail.com> | 2019-08-17 18:54:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-17 18:54:56 +0000 |
| commit | 51dcdcfd94450851d64c6d7c4eeab41c3e61f546 (patch) | |
| tree | 03736fa623009967fb3371d9d51ddc7240037f41 /src/libstd/sync | |
| parent | 7b8273c2e873b814b7c115eabae398d6f11d695b (diff) | |
| parent | d65e272a9fe3e61aa5f229c5358e35a909435575 (diff) | |
Merge branch 'master' into redox_builder
Diffstat (limited to 'src/libstd/sync')
| -rw-r--r-- | src/libstd/sync/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sync/mod.rs b/src/libstd/sync/mod.rs index e29faf18d83..fd6e46fd61d 100644 --- a/src/libstd/sync/mod.rs +++ b/src/libstd/sync/mod.rs @@ -163,7 +163,6 @@ pub use self::condvar::{Condvar, WaitTimeoutResult}; #[stable(feature = "rust1", since = "1.0.0")] pub use self::mutex::{Mutex, MutexGuard}; #[stable(feature = "rust1", since = "1.0.0")] -#[cfg_attr(bootstrap, allow(deprecated_in_future))] #[allow(deprecated)] pub use self::once::{Once, OnceState, ONCE_INIT}; #[stable(feature = "rust1", since = "1.0.0")] |
