Skip to content

Commit 6c7862c

Browse files
committed
[make] final fixes
1 parent ea702f6 commit 6c7862c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/tests/integration.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,11 @@ mod recipes {
545545
}
546546

547547
mod special_targets {
548-
use std::{fs, thread, time::Duration};
549-
use std::fs::remove_dir;
550548
use super::*;
551549
use libc::{kill, SIGINT};
552550
use posixutils_make::special_target;
551+
use std::fs::remove_dir;
552+
use std::{fs, thread, time::Duration};
553553

554554
#[test]
555555
fn default() {

0 commit comments

Comments
 (0)