rust/tests/rustdoc-js-std/return-specific.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
218 B
JavaScript
Raw Normal View History

2020-02-23 17:23:09 +00:00
const QUERY = 'struct:string';
const EXPECTED = {
2020-02-23 17:23:09 +00:00
'in_args': [
{ 'path': 'std::string::String', 'name': 'ne' },
],
'returned': [
2020-02-23 17:23:09 +00:00
{ 'path': 'std::string::String', 'name': 'add' },
],
};