//! Issue severity levels for partial parse recovery
//!
//! Defines [`IssueSeverity`], describing how serious a recoverable parsing
//! problem is and whether it should block further processing.
use fmt;
/// Parse issue severity levels for partial recovery
///
/// Determines how serious an issue is and whether it should block processing.
/// Lower severity issues can often be ignored or worked around.