mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix more clippy (#32740)
This commit is contained in:
parent
4e1f623666
commit
f29dd64a7b
25 changed files with 72 additions and 90 deletions
|
@ -9,7 +9,7 @@
|
|||
// crate. Issue a warning if `crown` is not being used to compile, but not when
|
||||
// building rustdoc or running clippy.
|
||||
#![register_tool(crown)]
|
||||
#![cfg_attr(any(doc, clippy, feature = "cargo-clippy"), allow(unknown_lints))]
|
||||
#![cfg_attr(any(doc, clippy), allow(unknown_lints))]
|
||||
#![deny(crown_is_not_used)]
|
||||
|
||||
// These are used a lot so let's keep them for now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue