Skip to content

Commit

Permalink
Remove unused JsValue import in convert module
Browse files Browse the repository at this point in the history
  • Loading branch information
biryukovmaxim committed Nov 16, 2023
1 parent aba9b2f commit 7b9c960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/convert/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use core::borrow::Borrow;
use core::ops::{Deref, DerefMut};

use crate::describe::*;
use crate::JsValue;

/// A trait for anything that can be converted into a type that can cross the
/// wasm ABI directly, eg `u32` or `f64`.
Expand Down

0 comments on commit 7b9c960

Please sign in to comment.