clippy.toml 177 B

123456
  1. cognitive-complexity-threshold = 10
  2. ignore-interior-mutability = [
  3. "bytes::Bytes",
  4. "wnfs::private::encrypted::Encrypted",
  5. "wnfs_nameaccumulator::NameAccumulator",
  6. ]