Skip to content

Commit 6946678

Browse files
Update src/message.rs
1 parent 3a08bf8 commit 6946678

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/message.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pub struct Message {
2323

2424
/// Description part of the commit message.
2525
pub description: Option<String>,
26-
27-
#[allow(dead_code)]
2826
/// Footers part of the commit message.
2927
pub footers: Option<HashMap<String, String>>,
3028

0 commit comments

Comments
 (0)