mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-22 05:54:46 +00:00
* Enclose Markdown links in brackets The current clippy version (v0.1.78) says "you should put bare URLs between `<`/`>` or make a proper Markdown link" and refers to https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> * Enclose documentation item in backticks Clippy v0.1.78 complains about the IPv6 network mask, insisting that it is missing backticks. So backticks it gets. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> * Avoid error claiming `Add(usize)` is dead code Clippy v0.1.78 identifies this as dead code. However, further down in the same file, there is clearly a user: impl Handler<Result, Result> for Add { This might be yet another incarnation of https://github.com/rust-lang/rust/issues/56750 Let's just mark it as intentionally dead-code, even if this is untrue, to make clippy happy again. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> --------- Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||