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

Make Spec public

This commit is contained in:
Christian Legnitto 2024-12-09 22:01:36 -04:00 committed by GitHub
parent 2a9e7c937a
commit 2ca7c28cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ pub mod num_parser;
mod spec; mod spec;
pub use argument::*; pub use argument::*;
use spec::Spec; pub use spec::Spec;
use std::{ use std::{
error::Error, error::Error,
fmt::Display, fmt::Display,