Skip to content

Commit

Permalink
fix: use ToConsole to eliminate the clippy error about dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth authored and praveenperera committed Apr 12, 2024
1 parent a0175c2 commit be8b086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustywind-cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fn get_write_mode_from_cli(cli: &Cli) -> WriteMode {
} else if cli.stdin {
WriteMode::ToStdOut
} else {
WriteMode::DryRun
WriteMode::ToConsole
}
}

Expand Down

0 comments on commit be8b086

Please sign in to comment.