File tree Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 1- const EXPECTED = {
2- 'query' : 'Vec::new' ,
3- 'others' : [
4- { 'path' : 'std::vec::Vec' , 'name' : 'new' } ,
5- { 'path' : 'alloc::vec::Vec' , 'name' : 'new' } ,
6- { 'path' : 'std::vec::Vec' , 'name' : 'new_in' } ,
7- { 'path' : 'alloc::vec::Vec' , 'name' : 'new_in' } ,
8- ] ,
9- } ;
1+ const EXPECTED = [
2+ {
3+ 'query' : 'Vec::new' ,
4+ 'others' : [
5+ { 'path' : 'std::vec::Vec' , 'name' : 'new' } ,
6+ { 'path' : 'alloc::vec::Vec' , 'name' : 'new' } ,
7+ { 'path' : 'std::vec::Vec' , 'name' : 'new_in' } ,
8+ { 'path' : 'alloc::vec::Vec' , 'name' : 'new_in' } ,
9+ ] ,
10+ } ,
11+ {
12+ 'query' : 'Vec new' ,
13+ 'others' : [
14+ { 'path' : 'std::vec::Vec' , 'name' : 'new' } ,
15+ { 'path' : 'alloc::vec::Vec' , 'name' : 'new' } ,
16+ { 'path' : 'std::vec::Vec' , 'name' : 'new_in' } ,
17+ { 'path' : 'alloc::vec::Vec' , 'name' : 'new_in' } ,
18+ ] ,
19+ } ,
20+ ] ;
You can’t perform that action at this time.
0 commit comments