We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba6adf commit fd1b64eCopy full SHA for fd1b64e
crates/proc-macro-srv-cli/src/main.rs
@@ -2,6 +2,6 @@
2
3
use proc_macro_srv::cli;
4
5
-fn main() {
6
- cli::run().unwrap();
+fn main() -> std::io::Result<()> {
+ cli::run()
7
}
0 commit comments