summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/return-specific.js
blob: d9a910553b8de8e777b2444aa038bab4cc8f2c22 (plain)
1
2
3
4
5
6
7
8
9
10
const QUERY = 'struct:string';

const EXPECTED = {
    'in_args': [
        { 'path': 'std::string::String', 'name': 'ne' },
    ],
    'returned': [
        { 'path': 'std::string::String', 'name': 'add' },
    ],
};