By default, do not lint `.unwrap()` and `.expect(…)` in always const contexts, as a failure would be detected at compile time anyway. New options `allow_expect_in_consts` and `allow_unwrap_in_consts`, defaulting to `true`, can be turned unset to still lint in always const contexts. |
||
|---|---|---|
| .. | ||
| clippy.toml | ||
| conf_unknown_key.rs | ||
| conf_unknown_key.stderr | ||