Skip to content

Commit f4dc634

Browse files
committed
code polish
1 parent 5dbbc3e commit f4dc634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
clippy::separated_literal_suffix, // conflicts with clippy::unseparated_literal_suffix
4646
clippy::single_char_lifetime_names, // TODO: change lifetime names
4747
clippy::test_attr_in_doctest,
48-
linker_messages,
4948
unknown_lints,
49+
linker_messages,
5050
)]
5151
#![doc = include_str!("../docs/en/hook.md")]
5252

0 commit comments

Comments
 (0)