rust/tests/rustdoc-js-std/never.js

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

8 lines
109 B
JavaScript
Raw Normal View History

2018-04-07 12:04:03 +00:00
const QUERY = '!';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'never' },
],
};