[No-auto] lib/entry/datetime: Fix Clippy warnings
Signed-off-by: flip1995 <hello@philkrones.com> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
db40175840
commit
36957917b2
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ mod tests {
|
|||
|
||||
match *hdr_field {
|
||||
Value::String(ref s) => assert_eq!("2000-01-02T03:04:05", s),
|
||||
_ => assert!(false, "Wrong header type"),
|
||||
_ => panic!("Wrong header type"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue