mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 23:07:20 +00:00
Misc: Remove potential panic in parse_mode_choice!
This commit is contained in:
parent
7d8136d763
commit
424a2c8d4c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ macro_rules! parse_mode_choice {
|
|||
$(crate::probe::ParsingMode::Strict => { $strict_handler },)?
|
||||
$(crate::probe::ParsingMode::Relaxed => { $relaxed_handler },)?
|
||||
#[allow(unreachable_patterns)]
|
||||
_ => { unreachable!() }
|
||||
_ => {}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue