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:
parent
b472bd992f
commit
7ee78a4d35
2 changed files with 51 additions and 36 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue