Skip to main content

bynk_lsp/
completion.rs

1//! Re-exports `bynk-ide`'s completion logic (#808) — moved there so it's
2//! reachable from `bynk-wasm` too, which can't depend on this crate's
3//! `tower-lsp`/`tokio` stack. See `bynk_ide::completion` for the real module.
4pub use bynk_ide::completion::*;