Skip to content

Commit 66aaed6

Browse files
author
chenjunliang
committed
移除无用System依赖
1 parent dc0a853 commit 66aaed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::borrow::BorrowMut;
55
use std::fs;
66
use std::path::Path;
77
use std::thread::sleep;
8-
use std::time::{Duration, SystemTime};
8+
use std::time::{Duration};
99

1010
fn mysql_audit_log_rotate(sched: &mut JobScheduler, path: String, max_size: u32, max_file: u32) {
1111
// utc time

0 commit comments

Comments
 (0)