You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-09 15:55:36 +02:00
Add "mostly"
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
Static memory management at compile time:
|
Static memory management at compile time:
|
||||||
|
|
||||||
* No uninitialized variables.
|
* No uninitialized variables.
|
||||||
* No memory leaks[^leaks].
|
* *Mostly* no memory leaks[^leaks].
|
||||||
* No double-frees.
|
* No double-frees.
|
||||||
* No use-after-free.
|
* No use-after-free.
|
||||||
* No `NULL` pointers.
|
* No `NULL` pointers.
|
||||||
|
Reference in New Issue
Block a user