summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/fn-forget.js
blob: addecf4e44fe4b80bf615d946e1556f890ca1325 (plain)
1
2
3
4
5
6
7
const EXPECTED = {
    'query': 'fn:forget',
    'others': [
        { 'path': 'std::mem', 'name': 'forget' },
        { 'path': 'std::fmt', 'name': 'format' },
    ],
};