Skip to content

Commit fc8e358

Browse files
authored
Merge pull request #2669 from senden9/patch-1
Fix Markdown link syntax in lint doc
2 parents 8c9ed70 + 01faa90 commit fc8e358

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)