about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-06-27 14:18:47 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-06-27 14:18:47 +0530
commit6dd33b459b30b65a75f644a75169cb6a07e4df53 (patch)
tree8a38b50d17aa8f9da5ea658e7a6c58def1138b8b /src/doc/reference.md
parent0bf0ea3a521c520171d5ef44edc84e456ae499ce (diff)
parent9001da658ae020199b479f416b21eb71d0d48492 (diff)
downloadrust-6dd33b459b30b65a75f644a75169cb6a07e4df53.tar.gz
rust-6dd33b459b30b65a75f644a75169cb6a07e4df53.zip
Rollup merge of #26603 - Gankro:ref, r=steveklabnik
Quick poll of basically the entire core team says this is ok.
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index a3e13acccae..7e28651c6aa 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -1047,11 +1047,8 @@ This is a list of behavior not considered *unsafe* in Rust terms, but that may
 be undesired.
 
 * Deadlocks
-* Reading data from private fields (`std::repr`)
 * Leaks of memory and other resources
 * Exiting without calling destructors
-* Sending signals
-* Accessing/modifying the file system
 * Integer overflow
   - Overflow is considered "unexpected" behavior and is always user-error,
     unless the `wrapping` primitives are used. In non-optimized builds, the compiler