Skip to content

Commit

Permalink
Re-export arrayvec::ArrayString
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Jul 8, 2024
1 parent a8987b2 commit cd020af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern crate alloc;
#[cfg(any(doc, test))]
use alloc::string::ToString;

use arrayvec::ArrayString;
pub use arrayvec::ArrayString;

use macros::{gen_fmt_to_buf, gen_impl};

Expand Down

0 comments on commit cd020af

Please sign in to comment.