Function run_make_support::filename_not_in_denylist
source ยท pub fn filename_not_in_denylist<P: AsRef<Path>>(
path: P,
expected: &[String],
) -> boolExpand description
Returns true if the filename at path is not in expected.