Remove more unreachable pubs

This commit is contained in:
Aleksey Kladov
2020-11-02 16:31:38 +01:00
parent 731b38fa3c
commit ba8d6d1e4e
39 changed files with 114 additions and 121 deletions

View File

@@ -14,7 +14,7 @@ use rustc_hash::FxHashSet;
crate::db::AstDatabaseStorage
)]
#[derive(Default)]
pub struct TestDB {
pub(crate) struct TestDB {
storage: salsa::Storage<TestDB>,
events: Mutex<Option<Vec<salsa::Event>>>,
}