summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/struct-vec.js
blob: 29609904b1957a52f893b9de8f097f796d399a49 (plain)
1
2
3
4
5
6
7
8
const QUERY = 'struct:VecD';

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