We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9edb5 commit 2b13d6bCopy full SHA for 2b13d6b
src/model/protodep.rs
@@ -85,7 +85,7 @@ impl ProtodepDescriptor {
85
.collect::<Result<Vec<_>, _>>()?;
86
87
Ok(Descriptor {
88
- name: "change name".to_string(),
+ name: "generated".to_string(),
89
description: Some("Generated from protodep file".to_string()),
90
proto_out_dir: self.proto_out_dir.into(),
91
dependencies,
0 commit comments