rustdoc-search: update test with now-shorter function path

Both paths are correct. This one's better.
This commit is contained in:
Michael Howell 2024-12-13 09:08:44 -07:00
parent 8200c1e52e
commit 98318c5e66

View File

@ -4,6 +4,6 @@
const EXPECTED = {
'query': 'OsString -> String',
'others': [
{ 'path': 'std::ffi::os_str::OsString', 'name': 'into_string' },
{ 'path': 'std::ffi::OsString', 'name': 'into_string' },
]
};