Skip to content

Commit 571d893

Browse files
committed
Remove unused struct
1 parent 3269c42 commit 571d893

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

top-crates/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ struct TopCrates {
2727
crates: Vec<Crate>,
2828
}
2929

30-
/// A single crate from crates.io
31-
#[derive(Debug, Deserialize)]
32-
struct OneCrate {
33-
#[serde(rename = "crate")]
34-
krate: Crate,
35-
}
36-
3730
/// The shared description of a crate
3831
#[derive(Debug, Deserialize)]
3932
struct Crate {

0 commit comments

Comments
 (0)