Update tests

This commit is contained in:
CreepySkeleton 2020-04-23 22:11:08 +03:00
parent 99b1b768c2
commit 2e959d6c71
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
#![allow(clippy::single_component_path_imports)]
mod argstr;
mod fnv;
mod graph;