mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-23 05:54:20 +02:00
lint: apply clippy suggestions
This commit is contained in:
parent
2cccec28c2
commit
4ced64412e
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue