We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a08bf8 commit 6946678Copy full SHA for 6946678
src/message.rs
@@ -23,8 +23,6 @@ pub struct Message {
23
24
/// Description part of the commit message.
25
pub description: Option<String>,
26
-
27
- #[allow(dead_code)]
28
/// Footers part of the commit message.
29
pub footers: Option<HashMap<String, String>>,
30
0 commit comments