Skip to content

Commit

Permalink
Merge pull request #2 from 00xc/main
Browse files Browse the repository at this point in the history
Add alias field to `Bug`
  • Loading branch information
msuchane authored Nov 13, 2023
2 parents f322d93 + c5d2326 commit 9cacbab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bug_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pub enum Version {
#[allow(clippy::struct_excessive_bools)]
#[derive(Clone, Debug, Deserialize, PartialEq, Eq)]
pub struct Bug {
pub alias: Vec<String>,
pub op_sys: String,
pub classification: String,
pub id: i32,
Expand Down

0 comments on commit 9cacbab

Please sign in to comment.