We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa9048 commit ecc746aCopy full SHA for ecc746a
README.md
@@ -243,7 +243,7 @@ await noir.execute({
243
To fix this, you can use the `validate_inputs` attribute on the `main` function:
244
245
```rs
246
-use nodash::validate_inputs;
+use nodash::{validate_inputs, ValidateInput};
247
248
// this attribute checks that `U120` is within the range via `ValidateInput` trait
249
#[validate_inputs]
0 commit comments