1#![forbid(unsafe_code)] 2 3mod config; 4pub mod documentation; 5 6pub use config::{Config, ConfigError, LintRenderOptions, LintRulePreset, LintRuleSelection, RuleSelectionError};