Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).
This commit is contained in:
parent
864eba884d
commit
f7ec6873cc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
% Lifetimes
|
||||
|
||||
This guide is three of three presenting Rust’s ownership system. This is one of
|
||||
Rust’s most unique and compelling features, with which Rust developers should
|
||||
This is the last of three sections presenting Rust’s ownership system. This is one of
|
||||
Rust’s most distinct and compelling features, with which Rust developers should
|
||||
become quite acquainted. Ownership is how Rust achieves its largest goal,
|
||||
memory safety. There are a few distinct concepts, each with its own chapter:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue