You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct destruction order comments in Drop TempFile example (#1925)
The comments incorrectly stated that File's drop runs before the custom
drop implementation. In Rust, the custom drop method runs first, and
then fields are dropped afterwards. Updated comments to reflect the
actual destruction order.
0 commit comments