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:
commit
2143a9ff9a
30 changed files with 0 additions and 39 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue