Skip to content

Commit

Permalink
Update src/message.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita authored Jul 26, 2024
1 parent 3a08bf8 commit 6946678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub struct Message {

/// Description part of the commit message.
pub description: Option<String>,

#[allow(dead_code)]
/// Footers part of the commit message.
pub footers: Option<HashMap<String, String>>,

Expand Down

0 comments on commit 6946678

Please sign in to comment.