From 39ad47bc80af68fb9ad67d37ab699684bea0e2a9 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Mon, 27 Nov 2023 08:51:38 +0800 Subject: [PATCH] refactor: remove the l4re target (#2228) --- src/dir.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dir.rs b/src/dir.rs index b42321f1f8..1579b65683 100644 --- a/src/dir.rs +++ b/src/dir.rs @@ -230,8 +230,7 @@ impl Entry { target_os = "haiku", solarish, linux_android, - apple_targets, - target_os = "l4re"))] { + apple_targets))] { self.0.d_ino as u64 } else { u64::from(self.0.d_fileno)