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
This commit is contained in:
parent
8c9ed704c6
commit
01faa906d2
1 changed files with 1 additions and 2 deletions
|
|
@ -108,8 +108,7 @@ declare_clippy_lint! {
|
|||
/// implements `IntoIterator`, so that possibly one value will be iterated,
|
||||
/// leading to some hard to find bugs. No one will want to write such code
|
||||
/// [except to win an Underhanded Rust
|
||||
/// Contest](https://www.reddit.
|
||||
/// com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
|
||||
/// Contest](https://www.reddit.com/r/rust/comments/3hb0wm/underhanded_rust_contest/cu5yuhr).
|
||||
///
|
||||
/// **Known problems:** None.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue