1 2 3 4 5
use crate::config::config_structs::Config; pub fn validate(_config: &Config) -> anyhow::Result<()> { Ok(()) }