mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +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)]
|
||||
pub(crate) enum ApiUrl {
|
||||
Default,
|
||||
// FIXME: remove #[allow] when we use this variant
|
||||
#[allow(dead_code)]
|
||||
Custom(reqwest::Url),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue