Function run_make_support::assert_not_contains

source ยท
pub fn assert_not_contains(haystack: &str, needle: &str)
Expand description

Check that haystack does not contain needle. Panic otherwise.