Provide ToString for re-export by serde::export
This commit is contained in:
parent
0a3eeab273
commit
e42262f0f5
@ -154,7 +154,7 @@ mod lib {
|
||||
#[cfg(all(feature = "alloc", not(feature = "std")))]
|
||||
pub use alloc::string::{String, ToString};
|
||||
#[cfg(feature = "std")]
|
||||
pub use std::string::String;
|
||||
pub use std::string::{String, ToString};
|
||||
|
||||
#[cfg(all(feature = "alloc", not(feature = "std")))]
|
||||
pub use alloc::vec::Vec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user