mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Clippy??
This commit is contained in:
parent
74b7e8ca32
commit
2e1b077915
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ use crate::{
|
|||
ProjectEnvironment,
|
||||
};
|
||||
|
||||
#[expect(clippy::large_enum_variant)]
|
||||
pub enum TaskStore {
|
||||
Functional(StoreState),
|
||||
Noop,
|
||||
|
|
Loading…
Reference in a new issue