Add missing pub(crate) statements.
This commit is contained in:
committed by
Sean McArthur
parent
4857a5917d
commit
647f59756e
@@ -9,8 +9,6 @@ pub trait IntoUrl: PolyfillTryInto {}
|
||||
|
||||
impl<T: PolyfillTryInto> IntoUrl for T {}
|
||||
|
||||
// pub(crate)
|
||||
|
||||
pub trait PolyfillTryInto {
|
||||
// Besides parsing as a valid `Url`, the `Url` must be a valid
|
||||
// `http::Uri`, in that it makes sense to use in a network request.
|
||||
|
||||
Reference in New Issue
Block a user