fn format_items<T>( config: &LintExecutionConfig, header: &str, items: impl Iterator<Item = T>, o: &mut String, ) -> Result<()>where T: Display,