File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -900,7 +900,6 @@ cfg_if! {
900
900
}
901
901
}
902
902
903
- #[ cfg( not( target_env = "musl" ) ) ]
904
903
impl PartialEq for dirent64 {
905
904
fn eq( & self , other: & dirent64) -> bool {
906
905
self . d_ino == other. d_ino
@@ -915,10 +914,8 @@ cfg_if! {
915
914
}
916
915
}
917
916
918
- #[ cfg( not( target_env = "musl" ) ) ]
919
917
impl Eq for dirent64 { }
920
918
921
- #[ cfg( not( target_env = "musl" ) ) ]
922
919
impl :: fmt:: Debug for dirent64 {
923
920
fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
924
921
f. debug_struct( "dirent64" )
@@ -931,7 +928,6 @@ cfg_if! {
931
928
}
932
929
}
933
930
934
- #[ cfg( not( target_env = "musl" ) ) ]
935
931
impl :: hash:: Hash for dirent64 {
936
932
fn hash<H : :: hash:: Hasher >( & self , state: & mut H ) {
937
933
self . d_ino. hash( state) ;
You can’t perform that action at this time.
0 commit comments