Make EscapedChar and friends pub

This commit is contained in:
Christian Legnitto 2024-12-02 10:50:48 -04:00 committed by GitHub
parent 9dec29f613
commit 2d81463399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ use std::{
use crate::error::UError;
use self::{
pub use self::{
escape::{parse_escape_code, EscapedChar},
num_format::Formatter,
};