diff options
| author | bors <bors@rust-lang.org> | 2015-06-27 14:53:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-27 14:53:15 +0000 |
| commit | 2ba46f8bbc6fdf10e434faea52b9ca20e0d9f2eb (patch) | |
| tree | c64523a6c190e5bc6399baf2dbef3f6048af1c07 /src/doc/reference.md | |
| parent | b36ae019468c36c995523d797446a372ab9d14e1 (diff) | |
| parent | 6dd33b459b30b65a75f644a75169cb6a07e4df53 (diff) | |
| download | rust-2ba46f8bbc6fdf10e434faea52b9ca20e0d9f2eb.tar.gz rust-2ba46f8bbc6fdf10e434faea52b9ca20e0d9f2eb.zip | |
Auto merge of #26616 - Manishearth:rollup, r=Manishearth
- Successful merges: #26565, #26584, #26596, #26603 - Failed merges:
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 3 |
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 |
