Skip to content

Commit

Permalink
refactor: remove the l4re target (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Nov 27, 2023
1 parent 1bd6b90 commit 39ad47b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dir.rs
Expand Up @@ -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)
Expand Down

0 comments on commit 39ad47b

Please sign in to comment.