We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5dcaae + e7c3e04 commit 3f338b3Copy full SHA for 3f338b3
clippy_lints/src/functions/mod.rs
@@ -250,7 +250,7 @@ declare_clippy_lint! {
250
///
251
/// ### Why is this bad?
252
/// A `Result` is at least as large as the `Err`-variant. While we
253
- /// expect that variant to be seldomly used, the compiler needs to reserve
+ /// expect that variant to be seldom used, the compiler needs to reserve
254
/// and move that much memory every single time.
255
/// Furthermore, errors are often simply passed up the call-stack, making
256
/// use of the `?`-operator and its type-conversion mechanics. If the
0 commit comments