Skip to content

Commit 6d1a5b7

Browse files
committed
chore: Allow clippy::needless_return for commit d1413c6...
1 parent 92ebc45 commit 6d1a5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#![warn(clippy::pedantic)]
88
#![deny(clippy::complexity)]
99
#![deny(clippy::cognitive_complexity)]
10+
#![allow(clippy::needless_return)]
1011

1112
#![no_std]
1213

0 commit comments

Comments
 (0)