about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-06-09 05:42:27 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-06-09 05:42:27 +0530
commitc95da07eb080278071079d9f75f45e2042b12f0b (patch)
tree0f9fbe7fe399674cfb65d788405a3f5bddee85d4
parent554f595b864a9dc333fa8bb42c3e0a04b0b3e48a (diff)
parent33118eb17ae53abcda07832d25d9b5da094b61e2 (diff)
Rollup merge of #26078 - diwic:patch-2, r=alexcrichton
It was determined that no leaks were unsafe, make the language reference clear about this.
-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