mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-12 06:20:48 +00:00
feeafe40c9
With this we no longer get compile errors in vscode because the fuzzing code uses fns that are themselves gated with cfg(fuzzing). We have to tell rust about the feature in Cargo.toml to avoid warnings.