1 2 3 4 5 6 7
#![forbid(unsafe_code)] #![cfg_attr(not(test), deny(clippy::unwrap_used, clippy::expect_used))] #[tokio::main] async fn main() { rexlang_lsp::run_stdio().await; }