use rayon::iter::{ParallelBridge, ParallelIterator}; use std::env; use std::path::Path; use std::process::{Command, Output}; fn check_html_file(file: &Path) -> usize { let to_mute = &[ // "disabled" on or "autocomplete" on