rust/tests/rustdoc-js-std/fn-forget.js

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

8 lines
171 B
JavaScript
Raw Normal View History

2018-01-07 23:20:25 +08:00
const EXPECTED = {
2023-06-09 22:49:38 +08:00
'query': 'fn:forget',
2018-01-07 23:20:25 +08:00
'others': [
{ 'path': 'std::mem', 'name': 'forget' },
{ 'path': 'std::fmt', 'name': 'format' },
],
};