about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorAlexis Beingessner <a.beingessner@gmail.com>2015-06-26 11:44:02 -0700
committerAlexis Beingessner <a.beingessner@gmail.com>2015-06-26 11:44:02 -0700
commitc98e46c7cabd44a306ac52c95d961bcebd899b0f (patch)
treeb5e1bd481770a205e68126d0c9f95aecd4088b13 /src/doc/reference.md
parent378a370ff2057afeb1eae86eb6e78c476866a4a6 (diff)
downloadrust-c98e46c7cabd44a306ac52c95d961bcebd899b0f.tar.gz
rust-c98e46c7cabd44a306ac52c95d961bcebd899b0f.zip
accessing private fields is not safe, and io isn't scary
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