Skip to content

Commit 98318c5

Browse files
committed
rustdoc-search: update test with now-shorter function path
Both paths are correct. This one's better.
1 parent 8200c1e commit 98318c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/rustdoc-js-std/osstring-to-string.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
const EXPECTED = {
55
'query': 'OsString -> String',
66
'others': [
7-
{ 'path': 'std::ffi::os_str::OsString', 'name': 'into_string' },
7+
{ 'path': 'std::ffi::OsString', 'name': 'into_string' },
88
]
99
};

0 commit comments

Comments
 (0)