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 d55917e commit 3283b13Copy full SHA for 3283b13
src/libstd/term.rs
@@ -1,4 +1,6 @@
1
//! Simple ANSI color library
2
+#[forbid(deprecated_mode)];
3
+#[forbid(deprecated_pattern)];
4
5
use core::Option;
6
0 commit comments