mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Merge pull request #1087 from durka/propag-depr
fix: ignore PropagateGlobalValuesDown deprecation warning
This commit is contained in:
commit
d5423a48ee
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ impl Default for AppFlags {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(deprecated)]
|
||||
impl AppFlags {
|
||||
pub fn new() -> Self { AppFlags::default() }
|
||||
|
||||
|
|
Loading…
Reference in a new issue