Skip to content

Commit 321de97

Browse files
committed
reference: note the existence of UnsafeCell
1 parent 98bbccf commit 321de97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ exposing an API making it possible for it to occur in safe code.
11521152

11531153
* Data races
11541154
* Dereferencing a null/dangling raw pointer
1155-
* Mutating an immutable value/reference
1155+
* Mutating an immutable value/reference without `UnsafeCell`
11561156
* Reads of [undef](http://llvm.org/docs/LangRef.html#undefined-values)
11571157
(uninitialized) memory
11581158
* Breaking the [pointer aliasing

0 commit comments

Comments
 (0)