Skip to content

Commit

Permalink
Merge pull request rust-lang#115 from notriddle/master
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
Mark-Simulacrum committed Jun 18, 2022
2 parents ae02ae4 + 400ee2d commit 300b5ec
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 300b5ec

Please sign in to comment.