Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
armallen committed Jul 25, 2024
1 parent 4c1a79c commit 48ea1c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/positional.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

use anyhow::Result;

use clap::{Parser, CommandFactory};
use clap_io::{Input, Output};
use clap::Parser;

macro_rules! converter {
($name:ident) => {
Expand Down

0 comments on commit 48ea1c9

Please sign in to comment.