1 2 3 4 5
disallowed-macros = [ { path = "std::assert", reason = "no asserts in release builds" }, { path = "std::assert_eq", reason = "no asserts in release builds" }, { path = "std::assert_ne", reason = "no asserts in release builds" }, ]