We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f878d0d commit 5dbbc3eCopy full SHA for 5dbbc3e
hook/src/lib.rs
@@ -46,6 +46,7 @@
46
clippy::single_char_lifetime_names, // TODO: change lifetime names
47
clippy::test_attr_in_doctest,
48
linker_messages,
49
+ unknown_lints,
50
)]
51
#![doc = include_str!("../docs/en/hook.md")]
52
0 commit comments