mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Implement StatusBar
This commit is contained in:
parent
a03cfa4926
commit
3ef7676076
8 changed files with 93 additions and 5 deletions
|
@ -31,6 +31,7 @@ use crate::{
|
|||
pub(crate) enum Status {
|
||||
Loading,
|
||||
Ready,
|
||||
Invalid,
|
||||
}
|
||||
|
||||
impl Default for Status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue