summaryrefslogtreecommitdiff
path: root/Aliasing is accessing the same data through different variables.md
diff options
context:
space:
mode:
Diffstat (limited to 'Aliasing is accessing the same data through different variables.md')
-rw-r--r--Aliasing is accessing the same data through different variables.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/Aliasing is accessing the same data through different variables.md b/Aliasing is accessing the same data through different variables.md
deleted file mode 100644
index 16db4a3..0000000
--- a/Aliasing is accessing the same data through different variables.md
+++ /dev/null
@@ -1,9 +0,0 @@
-[[Rust]]
-[[Ownership]]
-[[Dereferencing is to access the data behind a pointer]]
-[[Pointer safety principle]]
-
-
----
-
-Mutating an alias is dangerous. \ No newline at end of file