pub(crate) fn directive_source_lines<'a>( source: &str, lines: &[&'a str], ) -> Vec<&'a str>
Hide directive-shaped text that is not a standalone source comment.