We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf53c1 commit 259b032Copy full SHA for 259b032
src/libstd/sys/windows/fs.rs
@@ -534,9 +534,6 @@ impl FileType {
534
self.reparse_tag == c::IO_REPARSE_TAG_SYMLINK ||
535
self.reparse_tag == c::IO_REPARSE_TAG_MOUNT_POINT)
536
}
537
- pub fn is_symlink_dir(&self) -> bool {
538
- self.is_symlink() && self.is_dir()
539
- }
540
pub fn is_reparse_point(&self) -> bool {
541
self.attributes & c::FILE_ATTRIBUTE_REPARSE_POINT != 0
542
0 commit comments