Clean warnings

This commit is contained in:
2026-05-04 11:14:57 -07:00
parent 7fbea70860
commit 858c6968d4
6 changed files with 47 additions and 46 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
use std::fs;
use std::process::Command;
use std::path::PathBuf;
use roto::google::protobuf::descriptor::{
FileDescriptorSet
};
use roto::google::protobuf::compiler::plugin::{
CodeGeneratorRequest, CodeGeneratorResponse, CodeGeneratorResponseBuilder, code_generator_response::{File, FileBuilder},
CodeGeneratorRequest,
};
#[test]