mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-09 03:38:47 +00:00
6 lines
65 B
Rust
6 lines
65 B
Rust
|
use proc_macro_srv::cli;
|
||
|
|
||
|
fn main() {
|
||
|
cli::run().unwrap();
|
||
|
}
|