File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,6 @@ impl ItemEnum {
556
556
pub fn is_associated ( & self ) -> bool {
557
557
match * self {
558
558
ItemEnum :: TypedefItem ( _, _) |
559
- ItemEnum :: AssociatedConstItem ( _, _) |
560
559
ItemEnum :: AssociatedTypeItem ( _, _) => true ,
561
560
_ => false ,
562
561
}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ impl Qux for Bar {
99
99
/// Docs for QUX1 in impl.
100
100
const QUX1 : i8 = 5 ;
101
101
// @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."
103
103
const QUX_DEFAULT0 : u16 = 6 ;
104
104
// @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
105
105
// @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in impl."
You can’t perform that action at this time.
0 commit comments