]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/return-specific.js
Rollup merge of #106897 - estebank:issue-99430, r=davidtwco
[rust.git] / tests / rustdoc-js-std / return-specific.js
1 const QUERY = 'struct:string';
2
3 const EXPECTED = {
4     'in_args': [
5         { 'path': 'std::string::String', 'name': 'ne' },
6     ],
7     'returned': [
8         { 'path': 'std::string::String', 'name': 'add' },
9     ],
10 };