made entry::Args a public re-export

This commit is contained in:
2023-03-23 19:08:48 -04:00
parent 2a6da1a7f3
commit aab129c969
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
mod args;
use args::*;
pub use args::*;
#[allow(unused)]
#[cold]