Skip to content

Commit

Permalink
Fix import of grounded_op! macro
Browse files Browse the repository at this point in the history
Co-authored-by: luketpeterson <[email protected]>
  • Loading branch information
vsbogd and luketpeterson authored Jun 10, 2024
1 parent 7f8f569 commit 2ad59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/metta/runner/stdlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ macro_rules! grounded_op {
}
}

impl Display for $name {
impl std::fmt::Display for $name {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, $disp)
}
Expand Down

0 comments on commit 2ad59f8

Please sign in to comment.