Skip to content

Commit

Permalink
Merge pull request #6903 from LegNeato/patch-1
Browse files Browse the repository at this point in the history
Make EscapedChar and friends pub
  • Loading branch information
sylvestre authored Dec 2, 2024
2 parents 9dec29f + 2d81463 commit 59a712d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uucore/src/lib/features/format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use std::{

use crate::error::UError;

use self::{
pub use self::{
escape::{parse_escape_code, EscapedChar},
num_format::Formatter,
};
Expand Down

0 comments on commit 59a712d

Please sign in to comment.