We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68da25b commit 6fffefbCopy full SHA for 6fffefb
1 file changed
crates/rust/src/lib.rs
@@ -884,7 +884,10 @@ macro_rules! __export_{world_name}_impl {{
884
path.push_str("::");
885
path.push_str(path_to_types)
886
}
887
- uwriteln!(self.src, "{path}::{name}!({{ ty: $ty, with_types_in: {path} }});");
+ uwriteln!(
888
+ self.src,
889
+ "{path}::{name}!({{ ty: $ty, with_types_in: {path} }});"
890
+ );
891
892
893
// See comments in `finish` for why this conditionally happens here.
0 commit comments