You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Krahl 07996d9dd6
Ignore match_like_matches_macro clippy lint
This lint tells us to use the std::matches! macro instead of a match or
if let expression that yields a bool.  But the matches! macro was added
in Rust 1.42, and our MSRV is 1.40.  I don’t want to bump the MSRV only
for this change, so we ignore the lint.
4 years ago
..
parser
viewer
args.rs Update documentaion for tui viewer 4 years ago
doc.rs
index.rs
main.rs Ignore match_like_matches_macro clippy lint 4 years ago
source.rs
test_utils.rs