Skip to content

Commit b567a3d

Browse files
committed
doc: Fix typo in a comment
1 parent 7be5b09 commit b567a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![warn(clippy::pedantic)]
88
#![deny(clippy::complexity)]
99
#![deny(clippy::cognitive_complexity)]
10-
#![allow(clippy::needless_return)] // To avoid surprise in devs more familiar where return is always explicit
10+
#![allow(clippy::needless_return)] // To avoid surprise in devs more familiar with languages where return is always explicit
1111
#![doc(html_no_source)]
1212
#![no_std]
1313

0 commit comments

Comments
 (0)