Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jun 18, 2022
1 parent ae02ae4 commit 400ee2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use anyhow::{Context, Result};
use clap::{self, Command, Parser};
use std::convert::TryInto;
use clap::{self, Parser};

#[derive(Parser)]
struct CommandLine {
Expand Down

0 comments on commit 400ee2d

Please sign in to comment.