mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: address Rust 1.76 clippy lints (#3605)
This commit is contained in:
@ -56,7 +56,6 @@ where
|
||||
|
||||
// Open the file in write mode or create it if it doesn't exist
|
||||
let mut file = std::fs::OpenOptions::new()
|
||||
.write(true)
|
||||
.append(true)
|
||||
.create(true)
|
||||
.open(file_path)?;
|
||||
|
||||
Reference in New Issue
Block a user