From bd248e6ca6aeff660331ed9f0735c4063fa3de49 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 15 Apr 2025 13:14:53 +1200 Subject: Remove nightly features These weren't being used anyway. --- src/error.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index be0ebb7..5d875cd 100644 --- a/src/error.rs +++ b/src/error.rs @@ -50,8 +50,6 @@ fn io_error_to_entry_error(io_error: IoError) -> Result Ok(EntryErrorKind::NotFound), // An intermediate path component was a plain file, not a directory IoErrorKind::NotADirectory => Ok(EntryErrorKind::NotFound), - // A cyclic symbolic link chain was included in the provided path - IoErrorKind::FilesystemLoop => Ok(EntryErrorKind::NotFound), IoErrorKind::PermissionDenied => Ok(EntryErrorKind::PermissionDenied), err => Err(err), } -- cgit v1.2.3-70-g09d2