@@ -182,8 +182,8 @@ pre, .rustdoc.source .example-wrap {
182
182
.content a .associatedtype ,
183
183
.block a .current .associatedtype { color : # 39AFD7 ; }
184
184
.content span .fn , .content a .fn , .content span .method ,
185
- .content a .method , . content span . tymethod ,
186
- .content a . tymethod , . content .fnname {
185
+ .content a .method ,
186
+ .content .fnname {
187
187
color : # fdd687 ;
188
188
}
189
189
.content span .attr , .content a .attr , .content span .derive ,
@@ -442,15 +442,15 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
442
442
pre .rust .lifetime {}
443
443
.stab .unstable {}
444
444
h2 ,
445
- h3 : not (.impl ): not (.method ): not (.type ): not (. tymethod ) , h4 : not (.method ): not (.type ) : not (. tymethod ) {}
445
+ h3 : not (.impl ): not (.method ): not (.type ), h4 : not (.method ): not (.type ) {}
446
446
.content span .enum , .content a .enum , .block a .current .enum {}
447
447
.content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
448
448
.content a .static , .block a .current .static {}
449
449
.content span .keyword , .content a .keyword , .block a .current .keyword {}
450
450
pre .rust .comment {}
451
451
.content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
452
452
.content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method ,
453
- .block a .current .method , . content span . tymethod , . content a . tymethod , . block a . current . tymethod ,
453
+ .block a .current .method ,
454
454
.content .fnname {}
455
455
pre .rust .kw {}
456
456
pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute ,
@@ -476,8 +476,7 @@ a.result-enum:focus {}
476
476
a .result-struct : focus {}
477
477
a .result-union : focus {}
478
478
a .result-fn : focus ,
479
- a .result-method : focus ,
480
- a .result-tymethod : focus {}
479
+ a .result-method : focus {}
481
480
a .result-type : focus {}
482
481
a .result-associatedtype : focus {}
483
482
a .result-foreigntype : focus {}
0 commit comments