Skip to content

Commit 93fd9af

Browse files
committed
Do not alias for fs
1 parent 7002aa2 commit 93fd9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,6 @@ impl DirEntry {
16701670
/// }
16711671
/// ```
16721672
#[must_use]
1673-
#[doc(alias = "basename")]
16741673
#[stable(feature = "dir_entry_ext", since = "1.1.0")]
16751674
pub fn file_name(&self) -> OsString {
16761675
self.0.file_name()

0 commit comments

Comments
 (0)