Skip to main content

UNCHECKED_SRC_ROOTS

Constant UNCHECKED_SRC_ROOTS 

Source
const UNCHECKED_SRC_ROOTS: &[(&str, &str)];
Expand description

Source trees deliberately not checked, each with the reason.

Three test layouts genuinely coexist in this repo. The sibling convention is the default for Soma’s own crates; some trees use inline #[cfg(test)] mod tests; and at least one tests entirely through its public API from tests/. Forcing siblings on the latter two would be mechanical churn that buys nothing, or would defeat the point outright. An entry here is a decision, not an oversight - which is exactly what the old bare allowlist could not express.