needs -> might need
This commit is contained in:
parent
63bdb3ac09
commit
af309cc2d9
3 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue