mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] deferred session-0001 (20260521T201327Z-3848)
This commit is contained in:
parent
3a35cd6c8f
commit
159a779f31
19 changed files with 305 additions and 69 deletions
|
|
@ -256,8 +256,9 @@ pub struct ScannerConfig {
|
|||
/// `Evidence::dynamic_verdict`. Use `--no-verify` (CLI) or set
|
||||
/// `verify = false` in `nyx.toml` to disable.
|
||||
///
|
||||
/// Requires the binary to be built with `--features dynamic`; without
|
||||
/// that feature the setting has no effect.
|
||||
/// Included in default builds. Custom `--no-default-features` builds need
|
||||
/// `--features dynamic`; without that feature the CLI warns and runs
|
||||
/// static-only.
|
||||
///
|
||||
/// Migration note: existing `nyx.toml` files that already set
|
||||
/// `verify = false` keep the opt-out behaviour; only the inherited
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue