diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index cac57f2ac44..51b55b1c46f 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -32,6 +32,7 @@ not required in or otherwise suitable for the core library. // that can't be silenced otherwise. Most every module is set to forbid #[allow(deprecated_mode)]; #[forbid(deprecated_pattern)]; +#[allow(deprecated_self)]; // Transitional |
