mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
Update src/parse_datetime.rs
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
co-authored by
Sylvestre Ledru
parent
8d797fcbcb
commit
29e7a5c335
@@ -147,7 +147,9 @@ mod tests {
|
||||
mod iso_8601 {
|
||||
use std::env;
|
||||
|
||||
use crate::{parse_datetime::from_str, parse_datetime::tests::TEST_TIME, ParseDurationError};
|
||||
use crate::{
|
||||
parse_datetime::from_str, parse_datetime::tests::TEST_TIME, ParseDurationError,
|
||||
};
|
||||
|
||||
#[test]
|
||||
fn test_t_sep() {
|
||||
|
||||
Reference in New Issue
Block a user