Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jan 21, 2025
1 parent be579bf commit 5f46362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riscv/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ impl PacEnumItem {
return quote!(compile_error!(
"RISCV_MTVEC_ALIGN is not a power of 2 (minimum 4)"
))
.into()
}
};
let mut asm = format!(
Expand Down

0 comments on commit 5f46362

Please sign in to comment.