Skip to content

Commit

Permalink
Remove unused error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Aug 28, 2024
1 parent d6f525a commit 754f4ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/soroban-cli/src/commands/contract/alias/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ pub enum Error {
#[error(transparent)]
Network(#[from] network::Error),

#[error("no contract found with alias '{alias}' for network '{network_passphrase}'")]
NoContract {
alias: String,
network_passphrase: String,
},

#[error(transparent)]
PatternError(#[from] glob::PatternError),

Expand Down

0 comments on commit 754f4ef

Please sign in to comment.