Function run_make_support::assert_not_contains
source ยท pub fn assert_not_contains<S1: AsRef<str>, S2: AsRef<str>>(
haystack: S1,
needle: S2,
)Expand description
Check that haystack does not contain needle. Panic otherwise.