Skip to content

Commit

Permalink
Remove unnecessary into_iter()
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Mar 28, 2024
1 parent c115223 commit 1afa66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/interop/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ pub fn into_js_module() {
),
),
]
.into_iter()
.into_js_module(&mut context);

loader.register(js_string!("test"), module);
Expand Down

0 comments on commit 1afa66f

Please sign in to comment.