Remove 'not implemented types'

This commit is contained in:
Waffle 2019-10-11 15:58:38 +03:00
parent ca6b4a4628
commit c821832cf8
2 changed files with 0 additions and 4 deletions

View file

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

View file

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