Skip to content

Commit

Permalink
#[allow(clippy::suspicious_open_options)]
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Apr 6, 2024
1 parent ebfd91d commit 8df6077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vault/dio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub enum OutputDestination {
}

impl OutputDestination {
#[allow(clippy::suspicious_open_options)]
pub fn new(output: Option<String>) -> io::Result<Self> {
if let Some(filename) = output {
// Use a file if the filename is not "-" (stdout)
Expand Down

0 comments on commit 8df6077

Please sign in to comment.