Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 17, 2024
1 parent dc2400f commit 1af7fe6
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(feature = "clippy", deny(warnings))]

Check failure on line 12 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Tests (nightly)

unexpected `cfg` condition value: `clippy`
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

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

0 comments on commit 1af7fe6

Please sign in to comment.