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 4747 Tier2 :
4848 - " aarch64-apple-ios"
4949 - " aarch64-linux-android"
50+ - " aarch64-pc-windows-msvc"
5051 - " aarch64-unknown-fuchsia"
5152 - " aarch64-unknown-linux-gnu"
5253 - " aarch64-unknown-linux-musl"
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ tiers:
118118 Tier2:
119119 - "aarch64-apple-ios"
120120 - "aarch64-linux-android"
121+ - "aarch64-pc-windows-msvc"
121122 - "aarch64-unknown-fuchsia"
122123 - "aarch64-unknown-linux-gnu"
123124 - "aarch64-unknown-linux-musl"
@@ -227,7 +228,7 @@ mod test {
227228 ) ;
228229 assert_eq ! ( Some ( 7 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
229230 assert_eq ! (
230- Some ( 47 ) ,
231+ Some ( 48 ) ,
231232 defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
232233 ) ;
233234 assert_eq ! (
You can’t perform that action at this time.
0 commit comments