Skip to content

Instantly share code, notes, and snippets.

@durka
Created October 27, 2017 16:35
Show Gist options
  • Save durka/e687271cc6b04d3af90f67565275453a to your computer and use it in GitHub Desktop.
Save durka/e687271cc6b04d3af90f67565275453a to your computer and use it in GitHub Desktop.
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
warning: use of deprecated item: No longer required to propagate values
--> overrides/clap/src/macros.rs:751:19
|
751 | $($n::$v => self.0.remove($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
warning: use of deprecated item: No longer required to propagate values
--> overrides/clap/src/macros.rs:757:19
|
757 | $($n::$v => self.0.contains($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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment