We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a755d8d commit 612d375Copy full SHA for 612d375
src/test/rustdoc-js-std/return-specific.js
@@ -1,7 +1,10 @@
1
-const QUERY = 'struct:chunksmut';
+const QUERY = 'struct:string';
2
3
const EXPECTED = {
4
+ 'in_args': [
5
+ { 'path': 'std::string::String', 'name': 'ne' },
6
+ ],
7
'returned': [
- { 'path': 'std::slice::chunks_mut', 'name': 'chunks_mut' },
8
+ { 'path': 'std::string::String', 'name': 'add' },
9
],
10
};
0 commit comments