Skip to content

Commit 60c7b97

Browse files
Remove unecessary call to RustStruct::new
1 parent 27ff8ea commit 60c7b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/macro/ui-tests/unsupported-options.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,4 @@ impl NonWasmType {
7979
pub fn static_method() {}
8080
}
8181

82-
fn main() {
83-
async {
84-
RustStruct::new().await;
85-
};
86-
}
82+
fn main() {}

0 commit comments

Comments
 (0)