Skip to content

Commit 5f5bea3

Browse files
committed
Fix
1 parent 7afd58a commit 5f5bea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/model_gen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ pub fn multipart_field_module() -> Result<Module> {
344344
)
345345
+ line(unit() + "}")
346346
+ NewLine
347-
+ line(unit() + "impl<T: Display> MultipartField for T {")
347+
+ line(unit() + "impl<T: std::fmt::Display> MultipartField for T {")
348348
+ indented(
349349
unit()
350350
+ line("fn to_multipart_field(&self) -> String {")

0 commit comments

Comments
 (0)