File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ macro_rules! array_impls {
1212 }
1313}
1414
15- // @has issue_53812/trait.MyIterator.html '//*[@id="implementors-list"]/details [1]/summary/h3 ' 'MyStruct<[T; 0]>'
16- // @has - '//*[@id="implementors-list"]/details [2]/summary/h3 ' 'MyStruct<[T; 1]>'
17- // @has - '//*[@id="implementors-list"]/details [3]/summary/h3 ' 'MyStruct<[T; 2]>'
18- // @has - '//*[@id="implementors-list"]/details [4]/summary/h3 ' 'MyStruct<[T; 3]>'
19- // @has - '//*[@id="implementors-list"]/details [5]/summary/h3 ' 'MyStruct<[T; 10]>'
15+ // @has issue_53812/trait.MyIterator.html '//*[@id="implementors-list"]/h3 [1]' 'MyStruct<[T; 0]>'
16+ // @has - '//*[@id="implementors-list"]/h3 [2]' 'MyStruct<[T; 1]>'
17+ // @has - '//*[@id="implementors-list"]/h3 [3]' 'MyStruct<[T; 2]>'
18+ // @has - '//*[@id="implementors-list"]/h3 [4]' 'MyStruct<[T; 3]>'
19+ // @has - '//*[@id="implementors-list"]/h3 [5]' 'MyStruct<[T; 10]>'
2020array_impls ! { 10 3 2 1 0 }
You can’t perform that action at this time.
0 commit comments