rustdoc-search: update test with now-shorter function path
Both paths are correct. This one's better.
This commit is contained in:
parent
8200c1e52e
commit
98318c5e66
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue