1
Fork 0

Replace more "NULL" with "null"

This commit is contained in:
LeSeulArtichaut 2021-05-24 12:59:33 +02:00
parent 68424e2f01
commit 3559565e07
8 changed files with 8 additions and 8 deletions

View file

@ -296,7 +296,7 @@ impl UnsafeOpKind {
),
DerefOfRawPointer => (
"dereference of raw pointer",
"raw pointers may be NULL, dangling or unaligned; they can violate aliasing rules \
"raw pointers may be null, dangling or unaligned; they can violate aliasing rules \
and cause data races: all of these are undefined behavior",
),
AssignToDroppingUnionField => (