Add support for all variants of ast::WherePredicate
in clean/mod.rs
#20048
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
This is related to #20041 and #20002. We currently only support the cleaning of the
BoundPredicate
variant, we should supportRegionPredicate
, and once implementedEqualityPredicate
as well.The text was updated successfully, but these errors were encountered: