Skip to content

Commit 39ad47b

Browse files
authored
refactor: remove the l4re target (#2228)
1 parent 1bd6b90 commit 39ad47b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dir.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ impl Entry {
230230
target_os = "haiku",
231231
solarish,
232232
linux_android,
233-
apple_targets,
234-
target_os = "l4re"))] {
233+
apple_targets))] {
235234
self.0.d_ino as u64
236235
} else {
237236
u64::from(self.0.d_fileno)

0 commit comments

Comments
 (0)