You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-03 13:29:52 +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.