Skip to content

Commit 36a04bd

Browse files
committed
Confirm demode of cell.rs
1 parent 2095aee commit 36a04bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/cell.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[forbid(deprecated_mode)];
2+
#[forbid(deprecated_pattern)];
13
/// A dynamic, mutable location.
24
///
35
/// Similar to a mutable option type, but friendlier.

0 commit comments

Comments
 (0)