mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-21 15:35:53 +02:00
We only assign `self.dir` once and we only assign it if the pointer is non-null. We can therefore simplify the drop implementation a little.