diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index d7fc85bc259..e96eedea5cb 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -56,6 +56,8 @@ // Turn on default type parameters. #[feature(default_type_params)]; +// NOTE remove the following two attributes after the next snapshot. +#[allow(unrecognized_lint)]; #[allow(default_type_param_usage)]; // Don't link to std. We are std. |
