1
Fork 0

rustdoc: hide reference methods in search index

This commit is contained in:
Michael Howell 2023-02-16 16:49:28 -07:00
parent 9a7cc6c32f
commit 5eba3f688c
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// exact-check
const QUERY = 'reference::shrink';
const EXPECTED = {
// avoid including the method that's not going to be in the HTML
'others': [],
};