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 5dbbc3e commit f4dc634Copy full SHA for f4dc634
hook/src/lib.rs
@@ -45,8 +45,8 @@
45
clippy::separated_literal_suffix, // conflicts with clippy::unseparated_literal_suffix
46
clippy::single_char_lifetime_names, // TODO: change lifetime names
47
clippy::test_attr_in_doctest,
48
- linker_messages,
49
unknown_lints,
+ linker_messages,
50
)]
51
#![doc = include_str!("../docs/en/hook.md")]
52
0 commit comments