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 4c29d0f commit f5b3d5cCopy full SHA for f5b3d5c
src/test/rustdoc-js-std/vec-new.js
@@ -3,7 +3,6 @@ const QUERY = 'Vec::new';
3
const EXPECTED = {
4
'others': [
5
{ 'path': 'std::vec::Vec', 'name': 'new' },
6
- { 'path': 'std::rc::Rc', 'name': 'new' },
7
{ 'path': 'std::vec::Vec', 'name': 'ne' },
8
{ 'path': 'std::rc::Rc', 'name': 'ne' },
9
],
src/test/rustdoc-js/module-substring.js
@@ -4,8 +4,6 @@ const EXPECTED = {
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
- { 'path': 'module_substring::Foo', 'name': 'pc' },
- { 'path': 'module_substring::Sig', 'name': 'pa' },
{ 'path': 'module_substring::Si', 'name': 'pa' },
10
11
};
0 commit comments