mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-24 09:16:12 +01:00
Add fixme to #[allow] attr in api_url
This commit is contained in:
parent
17b44db578
commit
05582de2fd
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub(crate) enum ApiUrl {
|
pub(crate) enum ApiUrl {
|
||||||
Default,
|
Default,
|
||||||
|
// FIXME: remove #[allow] when we use this variant
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
Custom(reqwest::Url),
|
Custom(reqwest::Url),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue