Skip to content

Commit

Permalink
Ignore clippy warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoetsch committed May 11, 2024
1 parent 11bad7e commit 84396e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/rbw/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ pub fn list(fields: &[String]) -> anyhow::Result<()> {
Ok(())
}

#[allow(clippy::fn_params_excessive_bools)]
pub fn get(
needle: &Needle,
user: Option<&str>,
Expand Down

0 comments on commit 84396e9

Please sign in to comment.