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
(I'm not sure if clippy has enough information for this, but it would've caught a big error I just fixed.)
Clippy should lint on the use of <*[const|mut] T>::offset, wrapping_offset, add, wrapping_add, sub, and wrapping_sub where T has size 0. This is a NOP and likely unintended.
The text was updated successfully, but these errors were encountered:
(I'm not sure if clippy has enough information for this, but it would've caught a big error I just fixed.)
Clippy should lint on the use of
<*[const|mut] T>::offset
,wrapping_offset
,add
,wrapping_add
,sub
, andwrapping_sub
whereT
has size 0. This is a NOP and likely unintended.The text was updated successfully, but these errors were encountered: