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

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