Skip to content

Commit 84396e9

Browse files
committed
Ignore clippy warning.
1 parent 11bad7e commit 84396e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/rbw/commands.rs

+1
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@ pub fn list(fields: &[String]) -> anyhow::Result<()> {
991991
Ok(())
992992
}
993993

994+
#[allow(clippy::fn_params_excessive_bools)]
994995
pub fn get(
995996
needle: &Needle,
996997
user: Option<&str>,

0 commit comments

Comments
 (0)