ruff/crates/ruff_server/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
..
edit Update pre-commit dependencies (#17073) 2025-03-31 07:42:15 +00:00
server Upgrade to Rust 1.86 and bump MSRV to 1.84 (#17171) 2025-04-03 15:59:44 +00:00
session Fallback to requires-python in certain cases when target-version is not found (#16721) 2025-03-14 09:36:51 +01:00
edit.rs Add support for extensionless Python files for server (#13326) 2024-09-12 00:35:26 +05:30
fix.rs Server: Allow `FixAll` action in presence of version-specific syntax errors (#16848) 2025-03-20 05:09:14 -05:00
format.rs Add `per-file-target-version` option (#16257) 2025-02-24 08:47:13 -05:00
lib.rs Refactor workspace logic into `workspace.rs` (#16295) 2025-02-21 08:37:29 +00:00
lint.rs [internal] Return `Message`s from `check_path` (#16837) 2025-03-19 10:08:07 -04:00
logging.rs Fallback to requires-python in certain cases when target-version is not found (#16721) 2025-03-14 09:36:51 +01:00
message.rs Fix LSP show message macro to allow format args (#15487) 2025-01-15 08:11:49 +00:00
resolve.rs Root exclusions in the server to project root (#16043) 2025-02-10 04:57:14 +00:00
server.rs Refactor workspace logic into `workspace.rs` (#16295) 2025-02-21 08:37:29 +00:00
session.rs Refactor workspace logic into `workspace.rs` (#16295) 2025-02-21 08:37:29 +00:00
workspace.rs Refactor workspace logic into `workspace.rs` (#16295) 2025-02-21 08:37:29 +00:00