Skip to content

Commit abab4b8

Browse files
committed
Allow arbitrary_source_item_ordering for tests
1 parent 02f6d67 commit abab4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![cfg_attr(
55
test,
66
allow(
7+
clippy::arbitrary_source_item_ordering,
78
clippy::cast_possible_truncation,
89
clippy::cognitive_complexity,
910
clippy::let_underscore_must_use,

0 commit comments

Comments
 (0)