pub const KTSTR_VERIFIER_RAW_ENV: &str = "KTSTR_VERIFIER_RAW";Expand description
Name of the environment variable that switches the cargo ktstr verifier per-cell handler from the cycle-collapsed default
rendering to a raw scheduler-log dump. Set to any value (the
presence of the variable is what matters; the value is ignored)
by the dispatcher in src/bin/cargo_ktstr/verifier.rs when the
operator passes --raw, and read by
crate::test_support::dispatch::run_verifier_cell before
formatting via crate::verifier::format_verifier_output.
Single source of truth so the name is not spelled by hand at each reader; if the name ever changes, the change lands in one place instead of fanning out to every call site.