1
Fork 0

needs -> might need

This commit is contained in:
Ralf Jung 2020-10-28 08:57:57 +01:00
parent 63bdb3ac09
commit af309cc2d9
3 changed files with 7 additions and 7 deletions

View file

@ -95,7 +95,7 @@ impl UnsafetyViolationDetails {
and cause data races: all of these are undefined behavior",
),
AssignToDroppingUnionField => (
"assignment to union field that needs dropping",
"assignment to union field that might need dropping",
"the previous content of the field will be dropped, which causes undefined \
behavior if the field was not properly initialized",
),