Weaken mutually-recursive let bindings as appropriate

This commit is contained in:
Ayaz Hafiz 2023-01-12 15:14:37 -06:00
parent 58081ada19
commit a77f04cd19
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -3606,9 +3606,7 @@ pub fn rec_defs_help_simple(
}
_ => true, // this must be a function
});
// TODO(weakening)
#[allow(clippy::logic_bug)]
Generalizable(generalizable || true)
Generalizable(generalizable)
};
for index in range {