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