Skip to content

Commit 98aa7c7

Browse files
committed
fix clippy lints
1 parent 762018c commit 98aa7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/java/src/ant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use policy::AntStudentFilePolicy;
99
use std::env;
1010
use std::fs::{self, File};
1111
use std::io::Write;
12-
use std::path::{Path, PathBuf};
12+
use std::path::Path;
1313
use std::process::Stdio;
1414
use std::time::Duration;
1515
use tmc_langs_framework::{

0 commit comments

Comments
 (0)