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 de269ec commit 4992938Copy full SHA for 4992938
clippy_lints/src/and_then_then_some.rs
@@ -14,7 +14,7 @@ declare_clippy_lint! {
14
/// be replaced with `Option::filter`.
15
///
16
/// ### Why is this bad?
17
- /// Needless complexity, uses recent and uncommon stdlib funtions instead of
+ /// Needless complexity, uses recent and uncommon stdlib functions instead of
18
/// one older function.
19
20
/// ### Example
0 commit comments