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 47
47
Tier2 :
48
48
- " aarch64-apple-ios"
49
49
- " aarch64-linux-android"
50
+ - " aarch64-pc-windows-msvc"
50
51
- " aarch64-unknown-fuchsia"
51
52
- " aarch64-unknown-linux-gnu"
52
53
- " aarch64-unknown-linux-musl"
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ tiers:
118
118
Tier2:
119
119
- "aarch64-apple-ios"
120
120
- "aarch64-linux-android"
121
+ - "aarch64-pc-windows-msvc"
121
122
- "aarch64-unknown-fuchsia"
122
123
- "aarch64-unknown-linux-gnu"
123
124
- "aarch64-unknown-linux-musl"
@@ -227,7 +228,7 @@ mod test {
227
228
) ;
228
229
assert_eq ! ( Some ( 7 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
229
230
assert_eq ! (
230
- Some ( 47 ) ,
231
+ Some ( 48 ) ,
231
232
defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
232
233
) ;
233
234
assert_eq ! (
You can’t perform that action at this time.
0 commit comments