1
Fork 0

Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton

Also remove `stable` stability annotations from inherent impls

(There will be a warning for useless stability annotations soon.)

r? @Gankro
This commit is contained in:
bors 2015-11-06 14:57:41 +00:00
commit 2143a9ff9a
30 changed files with 0 additions and 39 deletions

View file

@ -677,7 +677,6 @@ impl Iterator for ReadDir {
}
}
#[stable(feature = "rust1", since = "1.0.0")]
impl DirEntry {
/// Returns the full path to the file that this entry represents.
///