]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/doc-alias-filter-out.js
Auto merge of #103691 - michaelwoerister:consistent-slice-and-str-cpp-like-debuginfo...
[rust.git] / src / test / 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 };