Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//! A standalone binary for `proc-macro-srv`.
use proc_macro_srv::cli;
fn main() -> std::io::Result<()> {
cli::run()
}