blob: be7709684c6fa74a48b36228f93b664d3f8f8062 (
plain) (
tree)
|
|
# 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"
]
|