We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c486618 commit 046f0f9Copy full SHA for 046f0f9
crates/tmc-langs-util/src/file_util.rs
@@ -17,7 +17,7 @@ use std::{
17
ops::{Deref, DerefMut},
18
path::{Path, PathBuf},
19
};
20
-use tempfile::{NamedTempFile, TempDir};
+use tempfile::NamedTempFile;
21
use walkdir::WalkDir;
22
23
/// Convenience macro for locking a path.
0 commit comments