summaryrefslogtreecommitdiff
path: root/Pointer safety principle.md
diff options
context:
space:
mode:
Diffstat (limited to 'Pointer safety principle.md')
-rw-r--r--Pointer safety principle.md5
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