mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Confirm demode of cell.rs
This commit is contained in:
parent
2095aee71d
commit
36a04bdd85
@ -1,3 +1,5 @@
|
||||
#[forbid(deprecated_mode)];
|
||||
#[forbid(deprecated_pattern)];
|
||||
/// A dynamic, mutable location.
|
||||
///
|
||||
/// Similar to a mutable option type, but friendlier.
|
||||
|
Loading…
Reference in New Issue
Block a user