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
Rollup merge of rust-lang#110044 - scottmcm:more-size-of-val, r=ChrisDenton
Avoid some manual slice length calculation
No need for us to write the multiplication when `size_of_val` does exactly what we need.
(rust-lang/rust-clippy#10601)
0 commit comments