mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
fix(clippy): match_wildcard_for_single_variants
This commit is contained in:
parent
9319c4f8cf
commit
edfcc2b400
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ impl LineInfo {
|
|||
match cached_format {
|
||||
LineFormat::Untagged => LineFormat::parse_untagged(line_bytes),
|
||||
LineFormat::SingleSpace => LineFormat::parse_single_space(line_bytes),
|
||||
_ => unreachable!("we never catch the algo based format"),
|
||||
LineFormat::AlgoBased => unreachable!("we never catch the algo based format"),
|
||||
}
|
||||
} else if let Some(info) = LineFormat::parse_untagged(line_bytes) {
|
||||
*cached_line_format = Some(LineFormat::Untagged);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue