feat: export experimental::to_string:s fn as experimental::s
This commit is contained in:
parent
0b2bd30279
commit
8561bee50a
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ mod kameo;
|
||||||
mod kxio;
|
mod kxio;
|
||||||
|
|
||||||
mod to_string;
|
mod to_string;
|
||||||
|
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
pub use to_string::s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue