Skip to content

Commit

Permalink
Mute a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Oct 2, 2023
1 parent cb0c65a commit 68ad8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf-parse/src/pure/convert/option_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl LookupScope2 {
match self.messages().iter().find(|m| m.name() == name.as_str()) {
Some(m) => {
let mut path = self.current_path();
path.push_simple(name.clone());
path.push_simple(name);
Some(LookupScope2::Message(m.clone(), path))
}
None => None,
Expand Down

0 comments on commit 68ad8da

Please sign in to comment.