2021-08-11 13:14:26 -05:00
|
|
|
const QUERY = 'struct:VecD';
|
2018-01-07 09:20:25 -06:00
|
|
|
|
|
|
|
const EXPECTED = {
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::collections', 'name': 'VecDeque' },
|
2021-08-11 13:14:26 -05:00
|
|
|
{ 'path': 'std::vec', 'name': 'Vec' },
|
2018-01-07 09:20:25 -06:00
|
|
|
],
|
|
|
|
};
|