File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 87
87
- " x86_64-unknown-cloudabi"
88
88
- " x86_64-unknown-freebsd"
89
89
- " x86_64-unknown-fuchsia"
90
+ - " x86_64-unknown-illumos"
90
91
- " x86_64-unknown-linux-gnux32"
91
92
- " x86_64-unknown-linux-musl"
92
93
- " x86_64-unknown-netbsd"
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ tiers:
158
158
- "x86_64-unknown-cloudabi"
159
159
- "x86_64-unknown-freebsd"
160
160
- "x86_64-unknown-fuchsia"
161
+ - "x86_64-unknown-illumos"
161
162
- "x86_64-unknown-linux-gnux32"
162
163
- "x86_64-unknown-linux-musl"
163
164
- "x86_64-unknown-netbsd"
@@ -226,7 +227,7 @@ mod test {
226
227
) ;
227
228
assert_eq ! ( Some ( 7 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
228
229
assert_eq ! (
229
- Some ( 46 ) ,
230
+ Some ( 47 ) ,
230
231
defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
231
232
) ;
232
233
assert_eq ! (
You can’t perform that action at this time.
0 commit comments