fix: remove pointless alias for format
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 54s
Test / build (map[name:stable]) (push) Successful in 1m7s
Release Please / Release-plz (push) Successful in 8s

This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent 7e2cb47e19
commit 885de22736

View file

@ -1,7 +1,3 @@
#![allow(unused_imports)]
//
mod experimental;
mod newtype;
/// Alias for [format] macro.
pub use std::format as f;