Clean up extraneous vertical space

This commit is contained in:
David Tolnay 2017-04-14 14:10:53 -07:00
parent fc927e0e25
commit 9cda4563c0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 6 deletions

View File

@ -919,7 +919,6 @@ impl<'de> Visitor<'de> for PathBufVisitor {
}
}
#[cfg(feature = "std")]
impl<'de> Deserialize<'de> for PathBuf {
fn deserialize<D>(deserializer: D) -> Result<PathBuf, D::Error>
@ -1402,9 +1401,6 @@ where
}
}
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
#[cfg(feature = "unstable")]
@ -1429,7 +1425,6 @@ where
////////////////////////////////////////////////////////////////////////////////
impl<'de, T, E> Deserialize<'de> for Result<T, E>
where
T: Deserialize<'de>,

View File

@ -1259,7 +1259,6 @@ mod content {
}
}
/// Not public API.
pub struct ContentRefDeserializer<'a, E> {
content: &'a Content,