Skip to content

Commit 453b0d0

Browse files
authored
Merge pull request #189 from rustcoreutils/deps
Deps
2 parents 68273cf + 6cb5831 commit 453b0d0

File tree

4 files changed

+91
-77
lines changed

4 files changed

+91
-77
lines changed

Cargo.lock

Lines changed: 74 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datetime/tests/datetime-tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
// SPDX-License-Identifier: MIT
88
//
99

10-
mod time;
10+
mod time;

datetime/tests/time/mod.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
// SPDX-License-Identifier: MIT
88
//
99

10-
use std::{io::Write, process::{Command, Output, Stdio}};
10+
use std::{
11+
io::Write,
12+
process::{Command, Output, Stdio},
13+
};
1114

1215
use plib::TestPlan;
1316

@@ -87,4 +90,4 @@ fn parse_error_test() {
8790
#[test]
8891
fn command_error_test() {
8992
run_test_time(&["-s", "ls", "-l"], "", "unexpected argument found", 0);
90-
}
93+
}

0 commit comments

Comments
 (0)