mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Better account for project reload
This commit is contained in:
parent
c9f878962a
commit
298adb27b9
2 changed files with 8 additions and 6 deletions
|
@ -27,7 +27,7 @@ use crate::{
|
|||
Result,
|
||||
};
|
||||
|
||||
#[derive(Eq, PartialEq)]
|
||||
#[derive(Eq, PartialEq, Copy, Clone)]
|
||||
pub(crate) enum Status {
|
||||
Loading,
|
||||
Ready,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue