Closed mgeisler closed 1 month ago
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.
self.dir
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.