1 2 3 4 5
//! Debug utilities for types that need a salsa database for debug formatting. pub mod debug; pub use debug::{DebugWithDb, helper};