Skip to content

Commit

Permalink
Remove "Memory Ownership" chapter
Browse files Browse the repository at this point in the history
It's a holdover from pre-Rust 1.0 when the reference was the main
document to understand anything about the language. Its contents are
completely meaningless and to avoid having hopeful people step into this
useless page and have their hopes smashed, we are removing it.
  • Loading branch information
Havvy committed Jan 26, 2021
1 parent f02b09e commit b0bb804
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@

- [Memory model](memory-model.md)
- [Memory allocation and lifetime](memory-allocation-and-lifetime.md)
- [Memory ownership](memory-ownership.md)
- [Variables](variables.md)

- [Linkage](linkage.md)
Expand Down
4 changes: 0 additions & 4 deletions src/memory-ownership.md

This file was deleted.

0 comments on commit b0bb804

Please sign in to comment.