mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Remove derive Serialize
for InputFile
This commit is contained in:
parent
93344c5d06
commit
f3d554c9a5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Deserialize, Serialize)]
|
#[derive(Debug, PartialEq, Eq, Hash, Clone, Deserialize)]
|
||||||
pub enum InputFile {
|
pub enum InputFile {
|
||||||
File(PathBuf),
|
File(PathBuf),
|
||||||
Url(String),
|
Url(String),
|
||||||
|
|
Loading…
Reference in a new issue