Skip to content

Commit

Permalink
fix: remove file from build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 10, 2024
1 parent 9ac5d9f commit 0ebddbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blueprints/incredible-squaring/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fn main() {
println!("cargo:rerun-if-changed=src/cli");
println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=src/main.rs");
blueprint_metadata::generate_json();
Expand Down

0 comments on commit 0ebddbf

Please sign in to comment.