Skip to content

Commit

Permalink
Update formatting for JsCast/JsObject re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-Bertholet committed Jul 13, 2021
1 parent 7e4cd3d commit 3dc6439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ pub mod convert;
pub mod describe;

mod cast;
pub use crate::cast::JsCast;
pub use crate::cast::JsObject;
pub use crate::cast::{JsCast, JsObject};

if_std! {
extern crate std;
Expand Down

0 comments on commit 3dc6439

Please sign in to comment.