mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
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
@ -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…
Reference in New Issue
Block a user