chore(tvix): add missing clippy attributes & config
For cases where clippy lints don't apply to us, or something is misfiring, add appropriate configuration. Relates to b/321. Change-Id: I0af453910b4a4112bf685b2a8e9a73de10ec87ea Reviewed-on: https://cl.tvl.fyi/c/depot/+/9965 Reviewed-by: flokli <flokli@flokli.de> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
2e1399698b
commit
87d3fac676
4 changed files with 9 additions and 0 deletions
6
tvix/clippy.toml
Normal file
6
tvix/clippy.toml
Normal file
|
|
@ -0,0 +1,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"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue