Skip to content

Commit 8a8e00a

Browse files
ErichDonGublercwfitzgerald
authored andcommitted
refactor(wasm): remove unnecessary JsCast import
1 parent eb45d01 commit 8a8e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/src/framework.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ pub fn run<E: Example>(title: &str) {
453453

454454
#[cfg(target_arch = "wasm32")]
455455
pub fn run<E: Example>(title: &str) {
456-
use wasm_bindgen::{prelude::*, JsCast};
456+
use wasm_bindgen::prelude::*;
457457

458458
let title = title.to_owned();
459459
wasm_bindgen_futures::spawn_local(async move {

0 commit comments

Comments
 (0)