meta: vendor tooling config

This commit is contained in:
raf 2025-06-12 19:28:03 +03:00
commit fb87fb9d35
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 9 additions and 0 deletions

4
.clippy.toml Normal file
View file

@ -0,0 +1,4 @@
avoid-breaking-exported-api = false
allowed-idents-below-min-chars = [ "x", "y", "z", "r", "g", "b", "c", "s" ]
absolute-paths-allowed-crates = [ "cstree" ]
allowed-wildcard-imports = [ "super", "Kind" ]