1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-01 13:28:09 +02:00

Add "mostly"

This commit is contained in:
Tom Niget 2022-12-22 20:18:36 +01:00 committed by GitHub
parent 5dd366d7db
commit 3bed28a9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
Static memory management at compile time:
* No uninitialized variables.
* No memory leaks[^leaks].
* *Mostly* no memory leaks[^leaks].
* No double-frees.
* No use-after-free.
* No `NULL` pointers.