about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authordiwic <diwic@users.noreply.github.com>2015-06-07 23:14:01 +0200
committerdiwic <diwic@users.noreply.github.com>2015-06-07 23:14:01 +0200
commit33118eb17ae53abcda07832d25d9b5da094b61e2 (patch)
treea617a4beee1a176cf46efaf54f488006f349c3ef /src/doc/reference.md
parent776f87ef9eb3343df3f412262bd8ac9ef3e0f332 (diff)
downloadrust-33118eb17ae53abcda07832d25d9b5da094b61e2.tar.gz
rust-33118eb17ae53abcda07832d25d9b5da094b61e2.zip
Make all leaks safe in language reference
Since it was determined that no leaks were unsafe, some of the documentation is still not clear about this. Here's one example.
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d56ecb360cf..6264e467886 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -1038,7 +1038,7 @@ be undesired.
 
 * Deadlocks
 * Reading data from private fields (`std::repr`)
-* Leaks due to reference count cycles, even in the global heap
+* Leaks of memory and other resources
 * Exiting without calling destructors
 * Sending signals
 * Accessing/modifying the file system