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 compiler warnings due to incorrect drop() calls
Latest rustc warns about drop() calls used on Copy types
and drop() calls where a reference is passed instead of value.
Signed-off-by: Mukilan Thiyagarajan <[email protected]>
0 commit comments