summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Wach <wach.piotrek@gmail.com>2024-03-01 22:23:50 +0000
committerPiotr Wach <wach.piotrek@gmail.com>2024-03-01 22:23:50 +0000
commit85c00cd44f7e3dbd862c5d02a7f8310de7ead670 (patch)
treec4a4b6aee779cd3edfea95acf5197fdf1413601d
parent5052da9567b7ba75ebba015171a70202a10d26ee (diff)
Fixes clippy error in rust 1.76
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index fe8bd9a..e3fcfbe 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -36,7 +36,6 @@ fn main() -> Result<()> {
LevelFilter::Debug,
Config::default(),
OpenOptions::new()
- .write(true)
.create(true)
.append(true)
.open(log_file)?,