mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
cleanup main loop
This commit is contained in:
parent
f90a886301
commit
4e3f5cc729
8 changed files with 172 additions and 221 deletions
|
@ -1,7 +1,7 @@
|
|||
use ra_ide_api::FileId;
|
||||
use rustc_hash::FxHashSet;
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Debug)]
|
||||
pub(crate) struct Subscriptions {
|
||||
subs: FxHashSet<FileId>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue