Skip to content

Commit

Permalink
chore: remove deprecated feature cargo-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Jul 17, 2024
1 parent 9a8f7d0 commit b2471ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![forbid(unsafe_code)]
#![cfg_attr(feature = "cargo-clippy", deny(warnings))]
#![cfg_attr(clippy, deny(warnings))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

//! The cross platform cursor icon type.
Expand Down

0 comments on commit b2471ca

Please # to comment.