allow compiling ra_ide_api on wasm

This commit is contained in:
Aleksey Kladov 2019-09-20 20:38:16 +03:00
parent c733993658
commit 4d81432213
6 changed files with 76 additions and 12 deletions

View file

@ -40,6 +40,7 @@ mod typing;
mod matching_brace;
mod display;
mod inlay_hints;
mod wasm_shims;
#[cfg(test)]
mod marks;