Skip to content

Commit

Permalink
remove unnecessary allow()
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 10, 2024
1 parent de887f4 commit 7c9d7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/instruction/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ pub enum InstructionError {

impl std::error::Error for InstructionError {}

#[allow(unused_qualifications)]
impl fmt::Display for InstructionError {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {
Expand Down

0 comments on commit 7c9d7dc

Please sign in to comment.