File tree 1 file changed +5
-5
lines changed
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 {
12
12
}
13
13
}
14
14
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]>'
20
20
array_impls ! { 10 3 2 1 0 }
You can’t perform that action at this time.
0 commit comments