We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef4577 + 7355376 commit 067bfe3Copy full SHA for 067bfe3
clippy_lints/src/methods/mod.rs
@@ -995,7 +995,7 @@ declare_clippy_lint! {
995
declare_clippy_lint! {
996
/// ### What it does
997
/// Checks for use of `.iter().nth()` (and the related
998
- /// `.iter_mut().nth()`) on standard library types with O(1) element access.
+ /// `.iter_mut().nth()`) on standard library types with *O*(1) element access.
999
///
1000
/// ### Why is this bad?
1001
/// `.get()` and `.get_mut()` are more efficient and more
0 commit comments