1
Fork 0

Do not alias for fs

This commit is contained in:
Ariel Davis 2022-10-10 17:05:59 -07:00
parent 61519b8cf1
commit d1762d7a96

View file

@ -1670,7 +1670,6 @@ impl DirEntry {
/// }
/// ```
#[must_use]
#[doc(alias = "basename")]
#[stable(feature = "dir_entry_ext", since = "1.1.0")]
pub fn file_name(&self) -> OsString {
self.0.file_name()