Suppress unused warnings and clean up workspace
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
fn main() {
|
||||
let proto_file = "proto/hello.proto";
|
||||
let out_dir = std::env::var("OUT_DIR").unwrap();
|
||||
let dest_path = std::path::Path::new(&out_dir).join("hello.rs");
|
||||
|
||||
// Find the protoc-gen-roto binary
|
||||
// Since we added roto-codegen to build-dependencies, it will be built.
|
||||
|
||||
Reference in New Issue
Block a user