We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca6b72 commit eaf77eeCopy full SHA for eaf77ee
src/test/rustdoc/assoc-consts.rs
@@ -30,12 +30,12 @@ impl Bar {
30
/* !search-index
31
{
32
"assoc_consts": {
33
- "assoc_consts::BAR": [
34
- "Constant"
35
- ],
36
"assoc_consts::Bar": [
37
"Struct"
38
],
+ "assoc_consts::Bar<Struct>::BAR": [
+ "AssociatedConst"
+ ],
39
"assoc_consts::Foo": [
40
"Trait"
41
src/test/rustdoc/hidden-line.rs
@@ -35,7 +35,7 @@ pub fn foo() {}
"hidden_line": {
"hidden_line::foo": [
"Function()",
- "The '# ' lines should be removed from the output, but the #[derive] should be\nretained."
+"The '# ' lines should be removed from the output, but the #[derive] should be\nretained."
]
}
0 commit comments