Skip to content

Commit 3f338b3

Browse files
committed
Auto merge of #12510 - goodmost:master, r=Alexendoo
chore: fix typo changelog: none
2 parents b5dcaae + e7c3e04 commit 3f338b3

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/functions

1 file changed

+1
-1
lines changed

clippy_lints/src/functions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ declare_clippy_lint! {
250250
///
251251
/// ### Why is this bad?
252252
/// 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
253+
/// expect that variant to be seldom used, the compiler needs to reserve
254254
/// and move that much memory every single time.
255255
/// Furthermore, errors are often simply passed up the call-stack, making
256256
/// use of the `?`-operator and its type-conversion mechanics. If the

0 commit comments

Comments
 (0)