Skip to content

Commit

Permalink
Use re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
savannstm committed Oct 21, 2024
1 parent 1c705bd commit 6f2f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/dump.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(clippy::approx_constant)]
use marshal_rs::dump::dump;
use marshal_rs::dump;
#[cfg(not(feature = "sonic"))]
use serde_json::json;
#[cfg(feature = "sonic")]
Expand Down
2 changes: 1 addition & 1 deletion tests/load.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(clippy::approx_constant)]
use marshal_rs::load::{load, StringMode};
use marshal_rs::{load, StringMode};
#[cfg(not(feature = "sonic"))]
use serde_json::json;
#[cfg(feature = "sonic")]
Expand Down

0 comments on commit 6f2f222

Please sign in to comment.