//! Suppression value objects.
//!
//! A `Suppression` is the parsed, framework-free representation of a
//! `// qual:allow(…)` comment (or the legacy `// iosp:allow` form).
//! The actual comment parsing lives in the suppression-adapter
//! (`crate::findings` today, `src/adapters/suppression/` after Phase 4).
use crateDimension;
/// A parsed suppression that applies on a specific source line.