Skip to content

Commit

Permalink
Fix trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 10, 2024
1 parent 8da366d commit cf527b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/tests/operand.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod utility;

use melior::ir::{block::BlockApi, Block, Location, Type};
use melior::ir::{block::BlockLike, Block, Location, Type};
use utility::*;

melior_macro::dialect! {
Expand Down

0 comments on commit cf527b9

Please sign in to comment.