remove StructuralEq trait
This commit is contained in:
parent
a58ec8ff03
commit
0df7810734
76 changed files with 273 additions and 536 deletions
|
@ -39,7 +39,7 @@ pub fn search_for_structural_match_violation<'tcx>(
|
|||
|
||||
/// This implements the traversal over the structure of a given type to try to
|
||||
/// find instances of ADTs (specifically structs or enums) that do not implement
|
||||
/// the structural-match traits (`StructuralPartialEq` and `StructuralEq`).
|
||||
/// `StructuralPartialEq`.
|
||||
struct Search<'tcx> {
|
||||
span: Span,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue