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 5f5bea3 commit 858e9bcCopy full SHA for 858e9bc
src/rust/model_gen.rs
@@ -352,7 +352,7 @@ pub fn multipart_field_module() -> Result<Module> {
352
+ line("}")
353
+ NewLine
354
+ line(unit() + "fn mime_type(&self) -> &'static str {")
355
- + indented(line(r#""""text/plain; charset=utf-8""""#))
+ + indented(line(r#""text/plain; charset=utf-8""#))
356
+ line(unit() + "}"),
357
)
358
+ line("}");
0 commit comments