change a panic\! for an unreachable\!
This commit is contained in:
parent
b4766a3301
commit
c25d977598
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl TryFrom<u8> for Order {
|
|||
6 => Intensity,
|
||||
7 => Kpps,
|
||||
8 => ColorBalance,
|
||||
_ => panic!("Can't be there")
|
||||
_ => unreachable!()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue