Skip to content

Commit

Permalink
Rearrange import
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhauptmann committed Oct 10, 2023
1 parent ead5ca6 commit fb73684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![warn(clippy::pedantic)]
use std::io::Write;

fn main() {
let out_dir = std::env::var("OUT_DIR").unwrap();
Expand Down

0 comments on commit fb73684

Please sign in to comment.