We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceceae3 commit 5fabf93Copy full SHA for 5fabf93
std/src/sys/pal/unix/fs.rs
@@ -1561,6 +1561,7 @@ impl fmt::Debug for File {
1561
target_os = "vxworks",
1562
target_os = "solaris",
1563
target_os = "illumos",
1564
+ target_os = "haiku",
1565
target_vendor = "apple",
1566
))]
1567
fn get_mode(fd: c_int) -> Option<(bool, bool)> {
@@ -1585,6 +1586,7 @@ impl fmt::Debug for File {
1585
1586
1587
1588
1589
1590
1591
)))]
1592
fn get_mode(_fd: c_int) -> Option<(bool, bool)> {
0 commit comments