mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs(README.md): remove unused import in "Using Builder Pattern" example
This commit is contained in:
parent
ad9f97f402
commit
8b631d5db3
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ The next example shows a far less verbose method, but sacrifices some of the adv
|
|||
//
|
||||
// This example demonstrates clap's "usage strings" method of creating arguments
|
||||
// which is less verbose
|
||||
use clap::{Arg, App};
|
||||
use clap::App;
|
||||
|
||||
fn main() {
|
||||
let matches = App::new("myapp")
|
||||
|
|
Loading…
Reference in a new issue