Skip to content

Commit

Permalink
temporarily removing groups
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 25, 2024
1 parent 001fb09 commit 97e6801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pkgs/groups/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod schema;

pubb struct OldGroups {
pub struct OldGroups {
arch: String,
name: String,
packs: Vec<Package>
Expand Down
2 changes: 1 addition & 1 deletion src/pkgs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod any;
pub mod aur;
pub mod std;
pub mod groups;
// pub mod groups;

pub enum Pkgs {
Any(any::Any),
Expand Down

0 comments on commit 97e6801

Please sign in to comment.