]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/doc-alias-filter-out.js
Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki
[rust.git] / tests / rustdoc-js / doc-alias-filter-out.js
1 // exact-check
2
3 const QUERY = 'true';
4
5 const FILTER_CRATE = 'some_other_crate';
6
7 const EXPECTED = {
8     'others': [],
9 };