We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afd58a commit 5f5bea3Copy full SHA for 5f5bea3
src/rust/model_gen.rs
@@ -344,7 +344,7 @@ pub fn multipart_field_module() -> Result<Module> {
344
)
345
+ line(unit() + "}")
346
+ NewLine
347
- + line(unit() + "impl<T: Display> MultipartField for T {")
+ + line(unit() + "impl<T: std::fmt::Display> MultipartField for T {")
348
+ indented(
349
unit()
350
+ line("fn to_multipart_field(&self) -> String {")
0 commit comments