We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0fd4 commit 5460d79Copy full SHA for 5460d79
internal/sidekick/rust/templates/crate/src/transport.rs.mustache
@@ -122,7 +122,7 @@ impl super::stub::{{Codec.Name}} for {{Codec.Name}} {
122
{{^Codec.HasVariablePath}}
123
let path = "{{Codec.PathFmt}}".to_string();
124
{{/Codec.HasVariablePath}}
125
-
+
126
{{#Codec.DetailedTracingAttributes}}
127
let path_template = "{{Codec.PathTemplate}}";
128
{{/Codec.DetailedTracingAttributes}}
0 commit comments