about summary refs log blame commit diff
path: root/tvix/clippy.toml
blob: be7709684c6fa74a48b36228f93b664d3f8f8062 (plain) (tree)
1
2
3
4
5
6





                                                                             
# prevents a false-positive lint on our types containing bytes::Bytes
# https://rust-lang.github.io/rust-clippy/master/index.html#/mutable_key_type
ignore-interior-mutability = [
  "bytes::Bytes",
  "tvix_castore::digests::B3Digest"
]