mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-20 13:59:00 +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::{
|
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;
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#[derive(Debug, Deserialize, Eq, Hash, PartialEq, Serialize, Clone)]
|
|
||||||
pub struct PassportData;
|
|
Loading…
Add table
Reference in a new issue