diff options
| author | 2025-01-30 23:39:40 -0600 | |
|---|---|---|
| committer | 2025-01-30 23:39:40 -0600 | |
| commit | 58b85cd77338bfc5a35fa39e10598cadb27eee32 (patch) | |
| tree | 504f2ce93ff4ef3129b757018a3d9b47f257328b /src/launcher/assets.rs | |
| parent | remove dead oauth code (diff) | |
Remove some unused imports but not all of them
Diffstat (limited to 'src/launcher/assets.rs')
| -rw-r--r-- | src/launcher/assets.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launcher/assets.rs b/src/launcher/assets.rs index cd75d0d..dacd01d 100644 --- a/src/launcher/assets.rs +++ b/src/launcher/assets.rs @@ -10,7 +10,6 @@ use reqwest::Client; use sha1_smol::Sha1;
use tokio::{fs, io};
use tokio::fs::File;
-use tokio_stream::StreamExt;
use crate::assets::{Asset, AssetIndex};
use crate::launcher::download::{MultiDownloader, VerifiedDownload};
use crate::util;
@@ -307,6 +306,7 @@ impl AssetRepository { }
}
+#[cfg(test)]
mod tests {
use super::*;
|
