//! Attached by `#[path = "../attached.rs"] mod bolted;` from src/deep/mod.rs,
//! so its row must name `deep::bolted` — the DECLARED name, not the file name.
pubfnattached_reader()->bool{std::fs::read_to_string("scripts/attached_baseline.txt").is_ok()}#[cfg(test)]modtests{#[test]fnattached_module_reads_the_tree(){let_=std::fs::read_to_string("scripts/attached_baseline.txt");}}