Remove strange function

This commit is contained in:
Waffle 2019-09-04 09:43:43 +03:00
parent 8b878c3827
commit 4fc11dc3dc

View file

@ -68,7 +68,3 @@ pub enum ChatId {
pub mod get_me; pub mod get_me;
pub mod send_message; pub mod send_message;
fn a() {
use futures;
}