Rollup merge of #26078 - diwic:patch-2, r=alexcrichton

It was determined that no leaks were unsafe, make the language reference clear about this.
This commit is contained in:
Manish Goregaokar 2015-06-09 05:42:27 +05:30
commit c95da07eb0

View file

@ -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