Skip to content

Commit 62a6d3e

Browse files
committed
docs(lib): allow doc lint
1 parent 299a1c7 commit 62a6d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-cliff/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
html_logo_url = "https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff.png",
33
html_favicon_url = "https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/favicon/favicon.ico"
44
)]
5+
#![allow(clippy::literal_string_with_formatting_args)]
56
//! A highly customizable changelog generator ⛰️
67
78
/// Command-line argument parser.

0 commit comments

Comments
 (0)