Remove stability annotations from trait impl items
Remove `stable` stability annotations from inherent impls
This commit is contained in:
parent
7839827a39
commit
2ef07f0519
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