We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When compiling clap from git master, I get a bunch of warnings from within clap:
Compiling clap v2.27.1 (file:///home/haptics/proton/nri/overrides/clap) Compiling nri v0.1.0 (file:///home/haptics/proton/nri) warning: use of deprecated item: No longer required to propagate values --> overrides/clap/src/macros.rs:745:19 | 745 | $($n::$v => self.0.insert($c)),+ | ^^^^^^ | ::: overrides/clap/src/app/settings.rs | 69 | / impl_settings! { AppSettings, 70 | | ArgRequiredElseHelp => A_REQUIRED_ELSE_HELP, 71 | | ArgsNegateSubcommands => ARGS_NEGATE_SCS, 72 | | AllowExternalSubcommands => ALLOW_UNK_SC, ... | 109 | | ContainsLast => CONTAINS_LAST 110 | | } | |_____- in this macro invocation | = note: #[warn(deprecated)] on by default
The rest are included here.
The text was updated successfully, but these errors were encountered:
fix: ignore PropagateGlobalValuesDown deprecation warning
f61ce3f
Fixes clap-rs#1086.
No branches or pull requests
When compiling clap from git master, I get a bunch of warnings from within clap:
The rest are included here.
The text was updated successfully, but these errors were encountered: