Skip to content

Commit a19a8ff

Browse files
committed
Fix new lint
1 parent 6ee37f3 commit a19a8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ const SOURCE_URL: &str = "https://github.com/mattfbacon/typst-bot";
2222

2323
#[tokio::main(flavor = "current_thread")]
2424
async fn main() {
25-
self::bot::run().await;
25+
bot::run().await;
2626
}

0 commit comments

Comments
 (0)