mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Return result directly
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
fba6adfae4
commit
fd1b64ec71
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
use proc_macro_srv::cli;
|
use proc_macro_srv::cli;
|
||||||
|
|
||||||
fn main() {
|
fn main() -> std::io::Result<()> {
|
||||||
cli::run().unwrap();
|
cli::run()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue