@@ -182,8 +182,8 @@ pre, .rustdoc.source .example-wrap {
182182.content a .associatedtype ,
183183.block a .current .associatedtype { color : # 39AFD7 ; }
184184.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 {
187187 color : # fdd687 ;
188188}
189189.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 */
442442pre .rust .lifetime {}
443443.stab .unstable {}
444444h2 ,
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 ) {}
446446.content span .enum , .content a .enum , .block a .current .enum {}
447447.content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
448448.content a .static , .block a .current .static {}
449449.content span .keyword , .content a .keyword , .block a .current .keyword {}
450450pre .rust .comment {}
451451.content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
452452.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 ,
454454.content .fnname {}
455455pre .rust .kw {}
456456pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute ,
@@ -476,8 +476,7 @@ a.result-enum:focus {}
476476a .result-struct : focus {}
477477a .result-union : focus {}
478478a .result-fn : focus ,
479- a .result-method : focus ,
480- a .result-tymethod : focus {}
479+ a .result-method : focus {}
481480a .result-type : focus {}
482481a .result-associatedtype : focus {}
483482a .result-foreigntype : focus {}
0 commit comments