mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +01:00
stop using serde internall module
This commit is contained in:
parent
84df33dbef
commit
b93947c0ab
1 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@ struct MimeVisitor;
|
|||
impl<'a> Visitor<'a> for MimeVisitor {
|
||||
type Value = MimeDe;
|
||||
|
||||
fn expecting(
|
||||
&self,
|
||||
formatter: &mut fmt::Formatter<'_>,
|
||||
) -> Result<(), serde::export::fmt::Error> {
|
||||
fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
|
||||
formatter.write_str("mime type")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue