mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
allow compiling ra_ide_api on wasm
This commit is contained in:
parent
c733993658
commit
4d81432213
6 changed files with 76 additions and 12 deletions
|
@ -40,6 +40,7 @@ mod typing;
|
|||
mod matching_brace;
|
||||
mod display;
|
||||
mod inlay_hints;
|
||||
mod wasm_shims;
|
||||
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue