Fix active line number highlight (#23266)

Closes #22734

Release Notes:

- Fixed active line number highlight.

---------

Co-authored-by: Danilo <danilo@zed.dev>
This commit is contained in:
João Marcos 2025-01-16 22:23:28 -03:00 committed by GitHub
parent b472bd992f
commit 7ee78a4d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 51 additions and 36 deletions

View file

@ -20,7 +20,7 @@ use crate::{
ProjectEnvironment,
};
#[expect(clippy::large_enum_variant)]
#[allow(clippy::large_enum_variant)] // platform-dependent warning
pub enum TaskStore {
Functional(StoreState),
Noop,