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 997814d commit f878d0dCopy full SHA for f878d0d
hook/src/lib.rs
@@ -45,6 +45,7 @@
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
)]
50
#![doc = include_str!("../docs/en/hook.md")]
51
0 commit comments