mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +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 parse_mode::DefaultParseMode;
|
||||
|
||||
// FIXME: move default `parse_mode` to adaptor
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#[macro_use]
|
||||
mod local_macros;
|
||||
|
||||
// FIXME(waffle): rethink modules, find a place for wrappers.
|
||||
pub use self::{
|
||||
bot::Bot,
|
||||
errors::{ApiError, DownloadError, RequestError},
|
||||
|
|
Loading…
Reference in a new issue