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
+1 -1
View File
@@ -38,7 +38,7 @@ pub mod num_parser;
mod spec;
pub use argument::*;
use spec::Spec;
pub use spec::Spec;
use std::{
error::Error,
fmt::Display,