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 8787 - " x86_64-unknown-cloudabi"
8888 - " x86_64-unknown-freebsd"
8989 - " x86_64-unknown-fuchsia"
90+ - " x86_64-unknown-illumos"
9091 - " x86_64-unknown-linux-gnux32"
9192 - " x86_64-unknown-linux-musl"
9293 - " x86_64-unknown-netbsd"
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ tiers:
158158 - "x86_64-unknown-cloudabi"
159159 - "x86_64-unknown-freebsd"
160160 - "x86_64-unknown-fuchsia"
161+ - "x86_64-unknown-illumos"
161162 - "x86_64-unknown-linux-gnux32"
162163 - "x86_64-unknown-linux-musl"
163164 - "x86_64-unknown-netbsd"
@@ -226,7 +227,7 @@ mod test {
226227 ) ;
227228 assert_eq ! ( Some ( 7 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
228229 assert_eq ! (
229- Some ( 46 ) ,
230+ Some ( 47 ) ,
230231 defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
231232 ) ;
232233 assert_eq ! (
You can’t perform that action at this time.
0 commit comments