mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 16:28:54 +03:00
996ec62cbf
Destructors were internally declared with an extra (hidden) nil-typed argument that was passed in by-ref mode. This was causing spurious mode warnings. Deleted it. Also some misc. cleanup because I couldn't help myself.