]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/never.js
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / rustdoc-js-std / never.js
1 const QUERY = '!';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std', 'name': 'never' },
6     ],
7 };