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:
commit
c95da07eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue