File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ impl ReadDir {
139
139
target_os = "solaris" ,
140
140
target_os = "illumos" ,
141
141
target_os = "haiku" ,
142
- target_os = "vxworks"
142
+ target_os = "vxworks" ,
143
+ target_os = "nto" ,
144
+ target_os = "vita" ,
143
145
) ) ) ]
144
146
file_type : std. file_type ( ) . ok ( ) ,
145
147
std : Arc :: new ( std) ,
@@ -200,7 +202,9 @@ pub struct DirEntry {
200
202
target_os = "solaris" ,
201
203
target_os = "illumos" ,
202
204
target_os = "haiku" ,
203
- target_os = "vxworks"
205
+ target_os = "vxworks" ,
206
+ target_os = "nto" ,
207
+ target_os = "vita" ,
204
208
) ) ) ]
205
209
file_type : Option < FileType > ,
206
210
std : Arc < std:: fs:: DirEntry > ,
@@ -331,7 +335,9 @@ impl DirEntry {
331
335
target_os = "solaris" ,
332
336
target_os = "illumos" ,
333
337
target_os = "haiku" ,
334
- target_os = "vxworks"
338
+ target_os = "vxworks" ,
339
+ target_os = "nto" ,
340
+ target_os = "vita" ,
335
341
) ) ) ]
336
342
if let Some ( file_type) = self . file_type {
337
343
return Ok ( file_type) ;
You can’t perform that action at this time.
0 commit comments