summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-18 09:07:21 -0700
committerMichael Howell <michael@notriddle.com>2022-06-18 09:07:52 -0700
commit400ee2d81ef07de0d357f844ced682f8119264fb (patch)
treef5782a34607011b3cb61507f8d771fb9d939379a
parentae02ae47383f143c85ef99d423eec63b8dc06659 (diff)
downloadrust-installer-400ee2d81ef07de0d357f844ced682f8119264fb.tar.gz
Remove unused imports
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 823d269..be8a0d6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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 {