Skip to content

Commit 2121c6b

Browse files
committed
clippy: ignore too_many_arguments
1 parent f54b9dc commit 2121c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/help.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub struct Help<'a> {
8383
// Public Functions
8484
impl<'a> Help<'a> {
8585
/// Create a new `Help` instance.
86+
#[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
8687
pub fn new(w: &'a mut Write,
8788
next_line_help: bool,
8889
hide_pv: bool,

0 commit comments

Comments
 (0)