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 dc2400f commit 1af7fe6Copy full SHA for 1af7fe6
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(feature = "clippy", deny(warnings))]
13
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
15
//! The cross platform cursor icon type.
0 commit comments