Skip to content

Commit

Permalink
fix clippy format error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlfish233 committed Oct 31, 2024
1 parent 92581e9 commit d2c3b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client_reqwest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::Error;
/// Asynchronous [`AsyncTelegramApi`] client implementation with [`reqwest`].
#[derive(Debug, Clone, Builder)]
#[must_use = "API needs to be used in order to be useful"]

pub struct AsyncApi {
#[builder(into)]
pub api_url: String,
Expand Down

0 comments on commit d2c3b95

Please sign in to comment.