pub(crate) fn has_preceding_comment( lines: &[&str], line: usize, keywords: &[&str], ) -> bool
Check whether any keyword appears in the comment block immediately preceding line.
keyword
line