Move NameKind up

This commit is contained in:
Aleksey Kladov
2020-02-06 16:23:28 +01:00
parent f8dde21fe9
commit 271017e6bf
7 changed files with 275 additions and 276 deletions

View File

@@ -7,6 +7,7 @@ pub mod line_index_utils;
pub mod feature_flags;
pub mod symbol_index;
pub mod change;
pub mod defs;
mod wasm_shims;
use std::sync::Arc;