mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Also reload when adding new examples, tests, etc
This commit is contained in:
parent
c1eed627d9
commit
86bc4d20b3
4 changed files with 58 additions and 11 deletions
|
@ -70,7 +70,7 @@ impl ChangedFile {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq)]
|
||||
#[derive(Eq, PartialEq, Copy, Clone)]
|
||||
pub enum ChangeKind {
|
||||
Create,
|
||||
Modify,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue