lez-programs/clippy.toml

12 lines
270 B
TOML
Raw Normal View History

2026-05-06 17:08:15 -03:00
msrv = "1.94.0"
avoid-breaking-exported-api = false
check-private-items = true
warn-on-all-wildcard-imports = true
allow-dbg-in-tests = false
allow-expect-in-tests = true
allow-indexing-slicing-in-tests = true
allow-print-in-tests = true
allow-unwrap-in-tests = false