We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd7486 commit ff4e061Copy full SHA for ff4e061
src/librustdoc/html/render.rs
@@ -905,6 +905,8 @@ impl DocFolder for Cache {
905
// Index this method for searching later on
906
if let Some(ref s) = item.name {
907
let (parent, is_method) = match item.inner {
908
+ clean::AssociatedTypeItem(..) |
909
+ clean::AssociatedConstItem(..) |
910
clean::TyMethodItem(..) |
911
clean::StructFieldItem(..) |
912
clean::VariantItem(..) => {
src/librustdoc/html/static/main.js
@@ -34,7 +34,8 @@
34
"macro",
35
"primitive",
36
"associatedtype",
37
- "constant"];
+ "constant",
38
+ "associatedconstant"];
39
40
$('.js-only').removeClass('js-only');
41
0 commit comments