clippy.toml 125 B

1234
  1. allow-unwrap-in-tests = true
  2. allow-expect-in-tests = true
  3. allow-indexing-slicing-in-tests = true
  4. allow-panic-in-tests = true