Skip to content

Commit 9e697f9

Browse files
committed
fix: main returns
1 parent 9eb7dc4 commit 9e697f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use clap::Parser;
44
#[clap(version, about)]
55
struct Args {}
66

7-
fn main() -> anyhow::Result<()> {
7+
fn main() {
88
let _args = Args::parse();
99
let runtime = tokio::runtime::Builder::new_current_thread()
1010
.enable_all()

0 commit comments

Comments
 (0)