1 2 3 4 5 6 7 8 9
allow-panic-in-tests = false allow-unwrap-in-tests = false allow-expect-in-tests = false allow-indexing-slicing-in-tests = false allow-unwrap-in-consts = false allow-expect-in-consts = false check-private-items = true