use crate::cfg::Cfg; pub fn minify_doctype(_cfg: &Cfg, out: &mut Vec, legacy: &[u8], ended: bool) { out.extend_from_slice(b""); }; }