Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Nov 1, 2023
1 parent c67ac04 commit 2d709a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borsh/tests/test_strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern crate alloc;

#[cfg(not(feature = "std"))]
use alloc::string::{String, ToString};
use alloc::string::String;
use borsh::{from_slice, to_vec};

macro_rules! test_string {
Expand Down

0 comments on commit 2d709a2

Please sign in to comment.