about summary refs log tree commit diff
path: root/src/test/rustdoc-js/struct-vec.js
blob: 2c808143bae67fb434fda6307c5da81ef57d71c3 (plain)
1
2
3
4
5
6
7
8
const QUERY = 'struct:Vec';

const EXPECTED = {
    'others': [
        { 'path': 'std::vec', 'name': 'Vec' },
        { 'path': 'std::collections', 'name': 'VecDeque' },
    ],
};