summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/fn-forget.js
blob: 66a5fcaa7813dd9baa1bcb39ee16752a4dc41b0d (plain)
1
2
3
4
5
6
7
8
const QUERY = 'fn:forget';

const EXPECTED = {
    'others': [
        { 'path': 'std::mem', 'name': 'forget' },
        { 'path': 'std::fmt', 'name': 'format' },
    ],
};