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 -1
View File
@@ -18,7 +18,7 @@ fn test_nested_proto_generation_contains_modules() {
// but request.bin is usually a CodeGeneratorRequest.
// Let's use the same logic as build_generated_code.rs to get a FileDescriptorSet
let request = roto::proto_gen::google::protobuf::compiler::plugin::CodeGeneratorRequest::new(&data)
let request = roto::google::protobuf::compiler::plugin::CodeGeneratorRequest::new(&data)
.expect("Failed to parse CodeGeneratorRequest");
let mut set_buf = Vec::new();