Skip to content

Commit 9a46756

Browse files
committed
consolidate use statements for clap
1 parent 42ff82a commit 9a46756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ extern crate serde;
5252
extern crate serde_derive;
5353
extern crate serde_json;
5454
extern crate toml;
55-
use clap::load_yaml;
5655
mod doc_structure;
57-
use clap::App;
56+
use clap::{load_yaml, App};
5857
use doc_structure::docs::*;
5958

6059
fn main() {

0 commit comments

Comments
 (0)