summaryrefslogtreecommitdiffstats
path: root/rich_crate
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-24 00:01:22 +0000
committerKornel <kornel@geekhood.net>2020-02-24 00:01:45 +0000
commitad2773b0c8d522dbe9937d065d61a7bce1862ac9 (patch)
tree180a987337a0fcdbe4b2a7d4d486d1296d788957 /rich_crate
parent9faa3e663383e519ac71684d443efa5e849f262f (diff)
Use owners from cache
Diffstat (limited to 'rich_crate')
-rw-r--r--rich_crate/src/rich_crate.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rich_crate/src/rich_crate.rs b/rich_crate/src/rich_crate.rs
index 1dd3b32..2b1f5c8 100644
--- a/rich_crate/src/rich_crate.rs
+++ b/rich_crate/src/rich_crate.rs
@@ -8,7 +8,6 @@ pub use crates_io_client::CrateOwner;
#[derive(Debug)]
pub struct RichCrate {
origin: Origin,
- // crates_io: CratesIoCrate,
name: String,
owners: Vec<CrateOwner>,
versions: Vec<CrateVersion>,