Skip to content

Commit

Permalink
remove redundant use
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Sep 1, 2023
1 parent 6c1da79 commit 9723c59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zingolib/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// build.rs
use build_utils;

fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure().build_server(true).compile(
&["proto/service.proto", "proto/compact_formats.proto"],
Expand Down

0 comments on commit 9723c59

Please sign in to comment.