]> 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 88d87e8ac40ee9af698aa63a0e9012acfdc3e111..4365e4cb250ca44708743a71177703b976380557 100644 (file)
@@ -4,5 +4,5 @@
 
 pub mod atomic;
 mod exclusive;
-#[unstable(feature = "exclusive_wrapper", issue = "none")]
+#[unstable(feature = "exclusive_wrapper", issue = "98407")]
 pub use exclusive::Exclusive;