Skip to content

Commit 76e9951

Browse files
author
xi xiao
committed
chore: fix clippy warning
1 parent b0ff65b commit 76e9951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use sf_afmt::args::{get_args, Args};
22
use sf_afmt::format;
33
use sf_afmt::formatter::Formatter;
4-
use std::time::Instant;
4+
//use std::time::Instant;
55
use std::{fs, process};
66

77
fn main() {

0 commit comments

Comments
 (0)