Suppress unused warnings and clean up workspace

This commit is contained in:
2026-06-18 21:16:25 -07:00
parent 2979dd476e
commit bbe2083965
13 changed files with 50 additions and 59 deletions
-1
View File
@@ -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.