We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8f7d0 commit b2471caCopy full SHA for b2471ca
src/lib.rs
@@ -9,7 +9,7 @@
9
#![deny(missing_debug_implementations)]
10
#![deny(missing_docs)]
11
#![forbid(unsafe_code)]
12
-#![cfg_attr(feature = "cargo-clippy", deny(warnings))]
+#![cfg_attr(clippy, deny(warnings))]
13
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
15
//! The cross platform cursor icon type.
0 commit comments