We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ef718 commit 79fc64cCopy full SHA for 79fc64c
src/crates_cache.rs
@@ -1,7 +1,7 @@
1
use crate::api_client::RateLimitedClient;
2
use crate::publishers::{PublisherData, PublisherKind};
3
-use flate2::read::GzDecoder;
4
use dirs;
+use flate2::read::GzDecoder;
5
use serde::{Deserialize, Serialize};
6
use std::{
7
collections::{BTreeSet, HashMap},
0 commit comments