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
5244512 appears to have introduced a regression in which the introduction forms for c_vec are no longer marked as unsafe functions. They should be marked as unsafe. (See 5244512#L0L87 .)
(I would come up with a pull request myself, but I haven't a checkout of HEAD -- only 0.6.)
The text was updated successfully, but these errors were encountered:
Fix false positive in write_literal and print_literal (numeric literals)
changelog: No longer lint numeric literals in [`write_literal`] and [`print_literal`].
Fixesrust-lang#6335
5244512 appears to have introduced a regression in which the introduction forms for
c_vec
are no longer marked as unsafe functions. They should be marked as unsafe. (See 5244512#L0L87 .)(I would come up with a pull request myself, but I haven't a checkout of HEAD -- only 0.6.)
The text was updated successfully, but these errors were encountered: