Skip to content

Commit 01faa90

Browse files
authored
Fix Markdown link syntax in lint doc
Currently this link is wrong rendered. See https://rust-lang-nursery.github.io/rust-clippy/v0.0.193/index.html#iter_next_loop
1 parent 8c9ed70 commit 01faa90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clippy_lints/src/loops.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ declare_clippy_lint! {
108108
/// implements `IntoIterator`, so that possibly one value will be iterated,
109109
/// leading to some hard to find bugs. No one will want to write such code
110110
/// [except to win an Underhanded Rust
111-
/// Contest](https://www.reddit.
112-
/// com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
111+
/// Contest](https://www.reddit.com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
113112
///
114113
/// **Known problems:** None.
115114
///

0 commit comments

Comments
 (0)