mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-19 21:49:00 +01:00
Remove already fixed FIXMEs
This commit is contained in:
parent
42d4c7693a
commit
9052d4dfbb
2 changed files with 0 additions and 3 deletions
|
@ -31,5 +31,3 @@ pub use cache_me::CacheMe;
|
||||||
pub use throttle::Throttle;
|
pub use throttle::Throttle;
|
||||||
|
|
||||||
pub use parse_mode::DefaultParseMode;
|
pub use parse_mode::DefaultParseMode;
|
||||||
|
|
||||||
// FIXME: move default `parse_mode` to adaptor
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod local_macros;
|
mod local_macros;
|
||||||
|
|
||||||
// FIXME(waffle): rethink modules, find a place for wrappers.
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
bot::Bot,
|
bot::Bot,
|
||||||
errors::{ApiError, DownloadError, RequestError},
|
errors::{ApiError, DownloadError, RequestError},
|
||||||
|
|
Loading…
Add table
Reference in a new issue