Function run_make_support::path_helpers::not_contains
source ยท pub fn not_contains<P: AsRef<Path>>(path: P, expected: &str) -> bool
Expand description
Returns true if the filename at path
does not contain expected
.