mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Remove 'not implemented types'
This commit is contained in:
parent
ca6b4a4628
commit
c821832cf8
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#[derive(Debug, Deserialize, Eq, Hash, PartialEq, Serialize, Clone)]
|
||||
pub struct PassportData;
|
Loading…
Reference in a new issue