SIGN IN SIGN UP
dandavison / delta UNCLAIMED

A syntax-highlighting pager for git, diff, grep, and blame output

0 0 40 Rust

Fix clippy warnings (#1851)

* Fix non-portable doc comments warning

A line starting with > might be interpreted as a block quote.
In regular markdown this could be prevented by escaping the `>`
using a backslash. However, since the doc comments are used by
clap for the long help more or less verbatim, the `\` would be visible
hence the shuffling around of words.

* Use `.contains()`
T
Tau Gärtli committed
ba0bfaf9ecf860de70c8ee097b33490a9fc4b63e
Parent: 2d1cb20
Committed by GitHub <noreply@github.com> on 9/6/2024, 12:39:52 PM