Skip to content

Commit

Permalink
reference: note the existence of UnsafeCell
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 28, 2014
1 parent 98bbccf commit 321de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -1152,7 +1152,7 @@ exposing an API making it possible for it to occur in safe code.

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

0 comments on commit 321de97

Please sign in to comment.