Skip to content

Commit

Permalink
std -> crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Aug 23, 2024
1 parent 9c99593 commit 42286d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/meta/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ mod tests {
println("something");
$body
};
std::meta::make_trait_impl(
crate::meta::make_trait_impl(
s,
trait_name,
method_signature,
Expand Down

0 comments on commit 42286d6

Please sign in to comment.