Fix feature = "cargo-clippy" deprecation
This commit is contained in:
parent
c4e6e94b80
commit
f498ff0369
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@
|
|||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
#![deny(clippy::all)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![cfg_attr(feature = "cargo-clippy", deny(warnings))]
|
||||
#![cfg_attr(clippy, deny(warnings))]
|
||||
// Doc feature labels can be tested locally by running RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc
|
||||
#![cfg_attr(
|
||||
docsrs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue