diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
commit | 22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch) | |
tree | 90156d37dccf13f012d535e7d92273259e3d5c17 /Pointer safety principle.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
Diffstat (limited to 'Pointer safety principle.md')
-rw-r--r-- | Pointer safety principle.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Pointer safety principle.md b/Pointer safety principle.md index d47520c..45c0f5c 100644 --- a/Pointer safety principle.md +++ b/Pointer safety principle.md @@ -1,8 +1,3 @@ -[[Rust principles]] -[[Borrow checker]] - ---- - Data should never be aliased and mutated at the same time. Boxes are not allowed to be aliased. References are meant to be aliased: the pointer safety principle is ensured via the borrow checker.
\ No newline at end of file |