summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/vec-new.js
blob: fc44a566af21f8ab1f2d9554370366c60975ab09 (plain)
1
2
3
4
5
6
7
8
9
10
const QUERY = 'Vec::new';

const EXPECTED = {
    'others': [
        { 'path': 'std::vec::Vec', 'name': 'new' },
        { 'path': 'alloc::vec::Vec', 'name': 'new' },
        { 'path': 'std::vec::Vec', 'name': 'new_in' },
        { 'path': 'alloc::vec::Vec', 'name': 'new_in' },
    ],
};