Skip to content

Commit b2471ca

Browse files
authored
chore: remove deprecated feature cargo-clippy
1 parent 9a8f7d0 commit b2471ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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(clippy, deny(warnings))]
1313
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
1414

1515
//! The cross platform cursor icon type.

0 commit comments

Comments
 (0)