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 36a04bd commit 2d8b347Copy full SHA for 2d8b347
src/libstd/base64.rs
@@ -1,3 +1,5 @@
1
+#[forbid(deprecated_mode)];
2
+#[forbid(deprecated_pattern)];
3
#[deny(non_camel_case_types)];
4
import io::Reader;
5
0 commit comments