]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/sync/mod.rs
Auto merge of #98463 - mystor:expand_expr_bool, r=eddyb
[rust.git] / library / core / src / sync / mod.rs
index b635bae0a47b489c619cd507e18b62de70ca5627..4365e4cb250ca44708743a71177703b976380557 100644 (file)
@@ -3,3 +3,6 @@
 #![stable(feature = "rust1", since = "1.0.0")]
 
 pub mod atomic;
+mod exclusive;
+#[unstable(feature = "exclusive_wrapper", issue = "98407")]
+pub use exclusive::Exclusive;