We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb7dc4 commit 9e697f9Copy full SHA for 9e697f9
src/main.rs
@@ -4,7 +4,7 @@ use clap::Parser;
4
#[clap(version, about)]
5
struct Args {}
6
7
-fn main() -> anyhow::Result<()> {
+fn main() {
8
let _args = Args::parse();
9
let runtime = tokio::runtime::Builder::new_current_thread()
10
.enable_all()
0 commit comments