Skip to content

Commit

Permalink
style(rsjudge-grpc): 🗑️ remove rebundant build directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed May 2, 2024
1 parent 96a4f1b commit 310646d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rsjudge-grpc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async fn main() -> anyhow::Result<()> {
.compile(&proto_files, &[&proto_out_dir])?;

println!("cargo:rerun-if-changed=proto");
println!("cargo:rerun-if-changed=build.rs");

Ok(())
}

0 comments on commit 310646d

Please sign in to comment.