Skip to content

Commit 1af7fe6

Browse files
committed
Fix CI
1 parent dc2400f commit 1af7fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#![deny(missing_debug_implementations)]
1010
#![deny(missing_docs)]
1111
#![forbid(unsafe_code)]
12-
#![cfg_attr(feature = "cargo-clippy", deny(warnings))]
12+
#![cfg_attr(feature = "clippy", deny(warnings))]
1313
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
1414

1515
//! The cross platform cursor icon type.

0 commit comments

Comments
 (0)