Remove already fixed FIXMEs

This commit is contained in:
Waffle 2020-12-28 18:02:04 +03:00
parent 42d4c7693a
commit 9052d4dfbb
2 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -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},