Merge pull request #48 from async-telegram-bot/remove_unimplemented_types

Remove 'not implemented types'
This commit is contained in:
Temirkhan Myrzamadi 2019-10-11 19:03:08 +06:00 committed by GitHub
commit 89308cfe9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -1,4 +1,3 @@
use self::not_implemented_types::*;
pub use self::{
animation::Animation,
audio::Audio,
@ -113,7 +112,6 @@ mod login_url;
mod mask_position;
mod message;
mod message_entity;
mod not_implemented_types;
mod order_info;
mod parse_mode;
mod photo_size;

View file

@ -1,2 +0,0 @@
#[derive(Debug, Deserialize, Eq, Hash, PartialEq, Serialize, Clone)]
pub struct PassportData;