mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 08:39:48 +02:00
some minor improvements and removing dead code (#1563)
This commit is contained in:
@@ -34,7 +34,7 @@ mod integration {
|
||||
.unwrap();
|
||||
match r {
|
||||
Primitive::Date(_) => (),
|
||||
_ => assert!(false, "failed to convert string to date"),
|
||||
_ => panic!("failed to convert string to date"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user