File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 84
84
- " wasm32-unknown-emscripten"
85
85
- " x86_64-apple-ios"
86
86
- " x86_64-linux-android"
87
- - " x86_64-rumprun-netbsd"
88
87
- " x86_64-sun-solaris"
89
88
- " x86_64-unknown-freebsd"
90
89
- " x86_64-unknown-fuchsia"
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ tiers:
155
155
- "wasm32-unknown-emscripten"
156
156
- "x86_64-apple-ios"
157
157
- "x86_64-linux-android"
158
- - "x86_64-rumprun-netbsd"
159
158
- "x86_64-sun-solaris"
160
159
- "x86_64-unknown-freebsd"
161
160
- "x86_64-unknown-fuchsia"
@@ -225,7 +224,7 @@ mod test {
225
224
) ;
226
225
assert_eq ! ( Some ( 8 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
227
226
assert_eq ! (
228
- Some ( 47 ) ,
227
+ Some ( 46 ) ,
229
228
defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
230
229
) ;
231
230
assert_eq ! (
You can’t perform that action at this time.
0 commit comments