mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
feat: fix warning (#14)
This commit is contained in:
parent
bad6b83399
commit
750ddb7762
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ async fn main() {
|
|||
|
||||
println!("Starting...");
|
||||
if let Err(v) = client.start().await {
|
||||
panic!(v)
|
||||
panic!("{}", v)
|
||||
}
|
||||
|
||||
println!("Hello, world!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue