ruff/crates/ruff_macros/src
Micha Reiser 8a4158c5f8
Upgrade to Rust 1.86 and bump MSRV to 1.84 (#17171)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

I decided to disable the new
[`needless_continue`](https://rust-lang.github.io/rust-clippy/master/index.html#needless_continue)
rule because I often found the explicit `continue` more readable over an
empty block or having to invert the condition of an other branch.


## Test Plan

`cargo test`

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-04-03 15:59:44 +00:00
..
cache_key.rs Upgrade to Rust 1.82 (#13816) 2024-10-19 16:05:50 +02:00
combine.rs Add knot.toml schema (#15735) 2025-02-07 10:59:40 +01:00
combine_options.rs Add #[automatically_derived] to derived impls (#8080) 2023-10-20 00:12:27 +00:00
config.rs Enable nursery rules: 'redundant_clone', 'debug_assert_with_mut_call', and 'unused_peekable' (#13920) 2024-10-25 09:46:30 +02:00
derive_message_formats.rs Upgrade to Rust 1.86 and bump MSRV to 1.84 (#17171) 2025-04-03 15:59:44 +00:00
kebab_case.rs [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
lib.rs Add knot.toml schema (#15735) 2025-02-07 10:59:40 +01:00
map_codes.rs Use a derive macro for Violations (#14557) 2024-11-27 09:41:40 +00:00
newtype_index.rs Fix comment copy/paste typo in newtype_index (#10892) 2024-04-11 18:43:52 -06:00
rule_code_prefix.rs Upgrade to Rust 1.82 (#13816) 2024-10-19 16:05:50 +02:00
rule_namespace.rs Update to Rust 1.74 and use new clippy lints table (#8722) 2023-11-16 18:12:46 -05:00
violation_metadata.rs Use a derive macro for Violations (#14557) 2024-11-27 09:41:40 +00:00