Skip to content

Commit

Permalink
chore: run cargo clippy on nightly (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: jaudiger <[email protected]>
  • Loading branch information
jaudiger authored Jul 14, 2024
1 parent fad8671 commit 007974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brioche-autopack/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ fn autopack_script(

let mut arg = Some(arg).filter(|arg| !arg.is_empty());
let mut command_name = command_path
.split(|c: char| matches!(c, '/' | '\\'))
.split(['/', '\\'])
.last()
.unwrap_or(command_path);

Expand Down

0 comments on commit 007974e

Please sign in to comment.