Commit Graph

2 Commits

Author SHA1 Message Date
Usman Akinyemi e5b42e5084 Fix E0040 suggestion for explicit Drop::drop UFCS calls
`Drop::drop(&mut f)` now correctly suggests `drop(f)` instead of
the bare `drop` with no argument.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-05-05 01:09:33 +05:30
Kivooeo c6c55cc0cb cleaned up some tests 2025-06-11 20:51:49 +05:00