| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-04 | Detect method not being present that is present in other tuple types | Esteban Küber | -0/+39 | |
| When a method is not present because of a trait bound not being met, and that trait bound is on a tuple, we check if making the tuple have no borrowed types makes the method to be found and highlight it if it does. This is a common problem for Bevy in particular and ORMs in general. | ||||
