bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
5f54ec0
rust-analyzer
/ crates/proc-macro-srv-cli/src/main.rs
Raw
1
2
3
4
5
use proc_macro_srv::cli; fn main() { cli::run().unwrap(); }