Skip to content

Commit

Permalink
Update clap_derive/tests/issues.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Pavan Kumar Sunkara <[email protected]>
  • Loading branch information
CreepySkeleton and pksunkara authored Feb 12, 2020
1 parent 9106cee commit 690482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_derive/tests/issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mod utils;
use utils::*;

use clap::{AppSettings, ArgGroup, Clap, Subcommand};
use clap::{AppSettings, ArgGroup, Clap};

#[test]
fn issue_151() {
Expand Down

0 comments on commit 690482d

Please sign in to comment.