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 3efc4cf commit a41b13aCopy full SHA for a41b13a
crates/anstyle/src/lib.rs
@@ -47,6 +47,8 @@
47
#![cfg_attr(not(feature = "std"), no_std)]
48
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
49
#![warn(missing_docs)]
50
+#![warn(clippy::std_instead_of_core)]
51
+#![warn(clippy::std_instead_of_alloc)]
52
#![warn(clippy::print_stderr)]
53
#![warn(clippy::print_stdout)]
54
0 commit comments