Skip to content

Commit

Permalink
chore: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Jan 16, 2024
1 parent e7ad8c0 commit 82c6687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cargo-near/src/common.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::{env, str::FromStr};

pub use near_cli_rs::CliResult;
use strum::{EnumDiscriminants, EnumIter, EnumMessage};

#[derive(Debug, EnumDiscriminants, Clone, clap::ValueEnum)]
Expand Down

0 comments on commit 82c6687

Please sign in to comment.