Skip to content

Commit 5fbc6c2

Browse files
ehussMark-Simulacrum
authored andcommitted
Remove unused DiscordTeam
1 parent eaf1fa5 commit 5fbc6c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/schema.rs

-5
Original file line numberDiff line numberDiff line change
@@ -496,11 +496,6 @@ impl DiscordRole {
496496
}
497497
}
498498

499-
#[derive(Eq, PartialEq, Debug)]
500-
pub(crate) struct DiscordTeam {
501-
pub(crate) members: Vec<u64>,
502-
}
503-
504499
#[derive(Eq, PartialEq)]
505500
pub(crate) struct GitHubTeam<'a> {
506501
pub(crate) org: &'a str,

0 commit comments

Comments
 (0)