Skip to content

Commit

Permalink
Fix build.rs warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 committed Jul 27, 2023
1 parent a4d90f2 commit 98d0776
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xcp-metrics-common/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use prost_build;

fn main() {
prost_build::compile_protos(&["src/openmetrics_data_model.proto"], &["src/"]).unwrap();
}

0 comments on commit 98d0776

Please sign in to comment.