Skip to content

Commit

Permalink
Merge pull request #243 from Universal-Debloater-Alliance/clippy-lints
Browse files Browse the repository at this point in the history
lint: apply clippy suggestions
  • Loading branch information
lavafroth authored Feb 12, 2024
2 parents 2cccec2 + 37c09f9 commit c06bde1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub fn setup_logger() -> Result<(), fern::InitError> {

let default_log_level = log::LevelFilter::Warn;
let log_file = OpenOptions::new()
.write(true)
.create(true)
.append(true)
.truncate(false)
Expand Down

0 comments on commit c06bde1

Please sign in to comment.