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

Merge pull request #6946 from LegNeato/patch-1

Make `Spec` public
This commit is contained in:
Sylvestre Ledru 2024-12-10 07:29:39 +01:00 committed by GitHub
commit 22f3358d47
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,