rust-analyzer/crates/proc-macro-srv-cli/src/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
65 B
Rust
Raw Normal View History

2022-07-23 20:47:34 +00:00
use proc_macro_srv::cli;
fn main() {
cli::run().unwrap();
}