run_make_support::path_helpers

Function 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.