Skip to content

Commit beff349

Browse files
committed
feat: adjusted build.rs
1 parent e1aa57d commit beff349

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ target
22
.idea
33

44
.DS_Store
5+
./out
6+
out

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ fn main() {
222222
write!(file, "] }} }}").expect("Cannot write to file");
223223

224224
Command::new("rustfmt")
225-
.arg("out/output.rs")
225+
.arg("./out/output.rs")
226226
.arg("--edition")
227227
.arg("2024");
228228
}

0 commit comments

Comments
 (0)