File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,6 @@ impl ItemEnum {
556556 pub fn is_associated ( & self ) -> bool {
557557 match * self {
558558 ItemEnum :: TypedefItem ( _, _) |
559- ItemEnum :: AssociatedConstItem ( _, _) |
560559 ItemEnum :: AssociatedTypeItem ( _, _) => true ,
561560 _ => false ,
562561 }
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ impl Qux for Bar {
9999 /// Docs for QUX1 in impl.
100100 const QUX1 : i8 = 5 ;
101101 // @has - '//*[@id="associatedconstant.QUX_DEFAULT0"]' 'const QUX_DEFAULT0: u16'
102- // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT12 in trait."
102+ // @has - '//*[@class="docblock hidden "]' "Docs for QUX_DEFAULT12 in trait."
103103 const QUX_DEFAULT0 : u16 = 6 ;
104104 // @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
105105 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in impl."
You can’t perform that action at this time.
0 commit comments