feat: add module experimental
This commit is contained in:
parent
7f2f8bdd5b
commit
9dfe83119f
2 changed files with 2 additions and 0 deletions
1
src/experimental/mod.rs
Normal file
1
src/experimental/mod.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
//
|
|
@ -1,5 +1,6 @@
|
||||||
#![allow(unused_imports)]
|
#![allow(unused_imports)]
|
||||||
//
|
//
|
||||||
|
mod experimental;
|
||||||
mod newtype;
|
mod newtype;
|
||||||
|
|
||||||
/// Alias for [format] macro.
|
/// Alias for [format] macro.
|
||||||
|
|
Loading…
Add table
Reference in a new issue