Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
akrantz01 committed May 7, 2024
1 parent 75cd70b commit 7c41733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/export_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn run(args: Args) -> eyre::Result<()> {
let mut output = OpenOptions::new()
.write(true)
.create(true)
.truncate(true)
.create_new(!args.force)
.open(&args.output)
.wrap_err("failed to open output")?;
Expand Down

0 comments on commit 7c41733

Please sign in to comment.