We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8200c1e commit 98318c5Copy full SHA for 98318c5
tests/rustdoc-js-std/osstring-to-string.js
@@ -4,6 +4,6 @@
4
const EXPECTED = {
5
'query': 'OsString -> String',
6
'others': [
7
- { 'path': 'std::ffi::os_str::OsString', 'name': 'into_string' },
+ { 'path': 'std::ffi::OsString', 'name': 'into_string' },
8
]
9
};
0 commit comments