diff options
Diffstat (limited to 'crates/mozart-core/src/repository/downloader.rs')
| -rw-r--r-- | crates/mozart-core/src/repository/downloader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-core/src/repository/downloader.rs b/crates/mozart-core/src/repository/downloader.rs index f2e33a7..711a678 100644 --- a/crates/mozart-core/src/repository/downloader.rs +++ b/crates/mozart-core/src/repository/downloader.rs @@ -350,7 +350,7 @@ pub async fn install_package( #[cfg(test)] mod tests { use super::*; - use std::io::Write as IoWrite; + use std::io::Write as _; use tempfile::tempdir; /// Build a minimal zip archive in memory. |
