feat: add module experimental
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 1m44s
Test / build (map[name:stable]) (push) Successful in 2m11s
Release Please / Release-plz (push) Successful in 26s

This commit is contained in:
Paul Campbell 2025-01-08 21:05:51 +00:00
parent 7f2f8bdd5b
commit 9dfe83119f
2 changed files with 2 additions and 0 deletions

1
src/experimental/mod.rs Normal file
View file

@ -0,0 +1 @@
//

View file

@ -1,5 +1,6 @@
#![allow(unused_imports)]
//
mod experimental;
mod newtype;
/// Alias for [format] macro.