Skip to content

Commit 9078c9c

Browse files
committed
clippy
1 parent d01c592 commit 9078c9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tmc-langs-java/src/maven.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use flate2::read::GzDecoder;
88
use j4rs::Jvm;
99
use policy::MavenStudentFilePolicy;
1010
use std::ffi::OsString;
11-
use std::fs::{self, File};
12-
use std::io::{Cursor, Write};
13-
use std::path::{Path, PathBuf};
11+
use std::fs;
12+
use std::io::Cursor;
13+
use std::path::Path;
1414
use std::process::{Command, Stdio};
1515
use std::time::Duration;
1616
use tar::Archive;

0 commit comments

Comments
 (0)