1 2 3 4 5 6 7
disallowed-types = ["std::collections::HashMap", "std::collections::HashSet", "std::sync::Mutex"] allow-indexing-slicing-in-tests = true allow-panic-in-tests = true allow-unwrap-in-tests = true allow-expect-in-tests = true allow-dbg-in-tests = true