You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-08 02:52:56 +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.