Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/red_knot_server/src/server/schedule/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading