We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9ed70 + 01faa90 commit fc8e358Copy full SHA for fc8e358
clippy_lints/src/loops.rs
@@ -108,8 +108,7 @@ declare_clippy_lint! {
108
/// implements `IntoIterator`, so that possibly one value will be iterated,
109
/// leading to some hard to find bugs. No one will want to write such code
110
/// [except to win an Underhanded Rust
111
-/// Contest](https://www.reddit.
112
-/// com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
+/// Contest](https://www.reddit.com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
113
///
114
/// **Known problems:** None.
115
0 commit comments