mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 23:25:39 +00:00
cargo clippy
This commit is contained in:
@ -86,7 +86,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let coin = c.coin;
|
||||
if name == "get_coin_price" {
|
||||
let price = get_coin_price(&coin);
|
||||
println!("{} price: {}", coin, price);
|
||||
println!("{coin} price: {price}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user