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 7be5b09 commit b567a3dCopy full SHA for b567a3d
src/lib.rs
@@ -7,7 +7,7 @@
7
#![warn(clippy::pedantic)]
8
#![deny(clippy::complexity)]
9
#![deny(clippy::cognitive_complexity)]
10
-#![allow(clippy::needless_return)] // To avoid surprise in devs more familiar where return is always explicit
+#![allow(clippy::needless_return)] // To avoid surprise in devs more familiar with languages where return is always explicit
11
#![doc(html_no_source)]
12
#![no_std]
13
0 commit comments