Skip to content

Commit

Permalink
chore: address clippy warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed May 17, 2024
1 parent 2e43fda commit f212209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-bindgen-go/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3277,7 +3277,7 @@ impl InterfaceGenerator<'_> {
self.src.push_str("string(self), \"");
}
}
self.src.push_str(rpc_func_name(&func));
self.src.push_str(rpc_func_name(func));
self.src.push_str("\", ");
uwriteln!(
self.src,
Expand Down

0 comments on commit f212209

Please sign in to comment.