1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #6903 from LegNeato/patch-1

Make EscapedChar and friends pub
This commit is contained in:
Sylvestre Ledru 2024-12-02 18:48:18 +01:00 committed by GitHub
commit 59a712da75
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,
};