# unwrap/expect/panic/indexing are denied in production (workspace lints) but are the
# idiomatic failure mode in tests, so these settings scope the denies to non-test code.
= true
= true
= true
= true
# `..` appends to Clippy's built-in proper-noun list instead of replacing it.
= [".."]
= [
{ = "std::dbg", = "remove before commit" },
]