diff --git a/tools/src/publish.rs b/tools/src/publish.rs index 06e9980..41c85ff 100644 --- a/tools/src/publish.rs +++ b/tools/src/publish.rs @@ -1,4 +1,4 @@ -use std::fs::{self, File}; +use std::fs; use std::path::{Path, PathBuf}; use std::process::Command; use std::time::Duration;