1 2 3 4 5
#[tokio::main] #[allow(clippy::disallowed_methods)] async fn main() { mdt_lsp::run_server().await; }