blob: 2c808143bae67fb434fda6307c5da81ef57d71c3 [file] [log] [blame]
const QUERY = 'struct:Vec';
const EXPECTED = {
'others': [
{ 'path': 'std::vec', 'name': 'Vec' },
{ 'path': 'std::collections', 'name': 'VecDeque' },
],
};