Skip to content

Commit ecc746a

Browse files
committed
fix import
1 parent 0aa9048 commit ecc746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ await noir.execute({
243243
To fix this, you can use the `validate_inputs` attribute on the `main` function:
244244

245245
```rs
246-
use nodash::validate_inputs;
246+
use nodash::{validate_inputs, ValidateInput};
247247

248248
// this attribute checks that `U120` is within the range via `ValidateInput` trait
249249
#[validate_inputs]

0 commit comments

Comments
 (0)