1 2 3 4 5
# See: https://doc.rust-lang.org/clippy/lint_configuration.html allow-unwrap-in-tests = true allow-expect-in-tests = true allow-panic-in-tests = true allow-indexing-slicing-in-tests = true