Skip to content

Commit 6e8765a

Browse files
committed
Clippy & fmt
1 parent a9f7b51 commit 6e8765a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

crates/tmc-langs-framework/src/archive.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use std::{
99
ops::ControlFlow::{self, Break},
1010
path::{Path, PathBuf},
1111
str::FromStr,
12-
usize,
1312
};
1413
use tar::Builder;
1514
use tmc_langs_util::file_util;

crates/tmc-langs-framework/src/test_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//! Test helpers for plugin tests
22
3-
use crate::plugin::LanguagePlugin;
43
use crate::{
54
Archive, TmcProjectYml,
65
domain::{ExerciseDesc, RunResult, RunStatus},
76
error::TmcError,
7+
plugin::LanguagePlugin,
88
policy::StudentFilePolicy,
99
};
1010
use nom::{IResult, Parser, branch, bytes, character, combinator, sequence};

crates/tmc-langs-plugins/src/compression.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use blake3::Hash;
44
use std::{
55
io::{Cursor, Read, Seek},
66
path::{Path, PathBuf},
7-
u32,
87
};
98
use tmc_langs_framework::{ArchiveBuilder, Compression, StudentFilePolicy, TmcError};
109
use tmc_langs_util::file_util;

0 commit comments

Comments
 (0)