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

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