mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Update tests
This commit is contained in:
parent
99b1b768c2
commit
2e959d6c71
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@ error: `#[derive(Clap)]` only supports non-tuple structs and enums
|
|||
|
|
||||
11 | #[derive(Clap, Debug)]
|
||||
| ^^^^
|
||||
|
|
||||
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error[E0599]: no function or associated item named `parse` found for struct `Opt` in the current scope
|
||||
--> $DIR/tuple_struct.rs:16:20
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::single_component_path_imports)]
|
||||
|
||||
mod argstr;
|
||||
mod fnv;
|
||||
mod graph;
|
||||
|
|
Loading…
Reference in a new issue