Deprecate `maybe_misused_cfg` and `mismatched_target_os` All cases that these two lints would catch are now caught by cargo/rustc's own check-cfg feature. This was previously discussed on zulip: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Deprecate.20maybe_misused_cfg.20and.20mismatched_target_os For the most part, this PR was automated with `cargo dev deprecate` r? `@flip1995` cc `@Urgau` changelog: deprecate [`maybe_misused_cfg`] and [`mismatched_target_os`] |
||
|---|---|---|
| .. | ||
| test_utils | ||
| ui | ||
| ui-cargo | ||
| ui-internal | ||
| ui-toml | ||
| workspace_test | ||
| check-fmt.rs | ||
| clippy.toml | ||
| compile-test.rs | ||
| dogfood.rs | ||
| headers.rs | ||
| integration.rs | ||
| lint_message_convention.rs | ||
| missing-test-files.rs | ||
| versioncheck.rs | ||
| workspace.rs | ||