Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Aug 18, 2022
1 parent 748d546 commit 524850b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dylint/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn main() {
let mut file = OpenOptions::new()
.create(true)
.write(true)
.truncate(true)
.open(Path::new(&out_dir).join("dylint_driver_manifest_dir.rs"))
.unwrap();
writeln!(
Expand Down

0 comments on commit 524850b

Please sign in to comment.