Skip to content

Commit 1f0dcf7

Browse files
committed
Allow clippy::items_after_statements
1 parent a95d6df commit 1f0dcf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
clippy::wildcard_imports,
341341
// things are often more readable this way
342342
clippy::cast_lossless,
343+
clippy::items_after_statements,
343344
clippy::module_name_repetitions,
344345
clippy::redundant_else,
345346
clippy::shadow_unrelated,

0 commit comments

Comments
 (0)