We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2095aee commit 36a04bdCopy full SHA for 36a04bd
src/libstd/cell.rs
@@ -1,3 +1,5 @@
1
+#[forbid(deprecated_mode)];
2
+#[forbid(deprecated_pattern)];
3
/// A dynamic, mutable location.
4
///
5
/// Similar to a mutable option type, but friendlier.
0 commit comments