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 299a1c7 commit 62a6d3eCopy full SHA for 62a6d3e
git-cliff/src/lib.rs
@@ -2,6 +2,7 @@
2
html_logo_url = "https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff.png",
3
html_favicon_url = "https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/favicon/favicon.ico"
4
)]
5
+#![allow(clippy::literal_string_with_formatting_args)]
6
//! A highly customizable changelog generator ⛰️
7
8
/// Command-line argument parser.
0 commit comments