run_make_support::path_helpers

Function filename_not_in_denylist

source
pub fn filename_not_in_denylist<P: AsRef<Path>, V: AsRef<[String]>>(
    path: P,
    expected: V,
) -> bool
Expand description

Returns true if the filename at path is not in expected.