Skip to content

Commit d1762d7

Browse files
committed
Do not alias for fs
1 parent 61519b8 commit d1762d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/fs.rs

-1
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)