Skip to content

Commit 7c96328

Browse files
committed
style: Make clippy happy
1 parent 806a684 commit 7c96328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/legacy/git/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ impl Executor {
103103

104104
log::trace!("Applying `{}`", branch_name);
105105
log::trace!("Script: {:#?}", script.commands);
106+
#[allow(clippy::disallowed_methods)]
106107
let res = script
107108
.commands
108109
.iter()

0 commit comments

Comments
 (0)