Skip to content

Delete support for badges table #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
352 changes: 0 additions & 352 deletions src/badges.rs

This file was deleted.

9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ mod error;
mod index;
mod load;

pub mod badges;
pub mod categories;
pub mod crate_owners;
pub mod crates;
Expand All @@ -56,14 +55,6 @@ pub use crate::load::{load_all, Loader};
#[derive(Default)]
#[non_exhaustive]
pub struct DbDump {
/// <table style="width:initial"><tr>
/// <th>badges.csv</th>
/// <td>crate_id</td>
/// <td>badge_type</td>
/// <td>attributes</td>
/// </tr></table>
pub badges: Vec<badges::Row>,

/// <table style="width:initial"><tr>
/// <th>categories.csv</th>
/// <td>id</td>
Expand Down
Loading