Update some imports
This commit is contained in:
parent
6770ed61c1
commit
6fa05a1a6f
@ -1,8 +1,6 @@
|
||||
use std::borrow::Cow;
|
||||
use std::mem;
|
||||
use std::{borrow::Cow, mem};
|
||||
|
||||
use serde::ser;
|
||||
|
||||
use url::form_urlencoded::{
|
||||
Serializer as UrlEncodedSerializer, Target as UrlEncodedTarget,
|
||||
};
|
||||
|
@ -3,6 +3,7 @@ use std::str;
|
||||
use serde::ser;
|
||||
|
||||
use crate::urlencoded::error::Error;
|
||||
|
||||
pub struct PartSerializer<S> {
|
||||
sink: S,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user