diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-13 20:00:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-13 20:01:03 +0800 |
| commit | 6c165d967df4fdb270c94da50632eeb4caa1b472 (patch) | |
| tree | a95fdceb35b6191d155b0e0d0cdef6b66aba3f8c /src/main.rs | |
| parent | 5e7d1968e94bf39d369de0e6ef98cf383cfd3d6f (diff) | |
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 8a31d09..831063d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,6 @@ mod who; #[cfg(test)] mod test; -#[tokio::main] -async fn main() { - cli::entry().await +fn main() { + cli::entry() } |
