Skip to content

Commit 2ca7c28

Browse files
authored
Make Spec public
1 parent 2a9e7c9 commit 2ca7c28

File tree

1 file changed

+1
-1
lines changed
  • src/uucore/src/lib/features/format

1 file changed

+1
-1
lines changed

src/uucore/src/lib/features/format/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub mod num_parser;
3838
mod spec;
3939

4040
pub use argument::*;
41-
use spec::Spec;
41+
pub use spec::Spec;
4242
use std::{
4343
error::Error,
4444
fmt::Display,

0 commit comments

Comments
 (0)