mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
[red-knot] Fix dead-code clippy warning (#17291)
## Summary
Failed run on main:
1432681231
This commit is contained in:
parent
60f2e67454
commit
a388c73752
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pub(in crate::server) enum BackgroundSchedule {
|
|||
Fmt,
|
||||
/// The task should be run on the general high-priority background
|
||||
/// thread. Reserved for actions caused by the user typing (e.g.syntax highlighting).
|
||||
#[expect(dead_code)]
|
||||
LatencySensitive,
|
||||
/// The task should be run on a regular-priority background thread.
|
||||
/// The default for any request that isn't in the critical path of the user typing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue