Skip to content

Commit

Permalink
Fix path for IxaError so that you don't need to use ixa
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent c0869eb commit 3b53641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ macro_rules! define_global_property {
$global_property
}

fn validate(val: &$value) -> Result<(), IxaError> {
fn validate(val: &$value) -> Result<(), $crate::error::IxaError> {
$validate(val)
}
}
Expand Down

0 comments on commit 3b53641

Please sign in to comment.