cleanup main loop

This commit is contained in:
Aleksey Kladov 2019-08-31 14:47:37 +03:00
parent f90a886301
commit 4e3f5cc729
8 changed files with 172 additions and 221 deletions

View file

@ -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>,
}