mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 00:47:45 +00:00
Fix docs about borrowing and lifetimes
This commit is contained in:
parent
843e528fd0
commit
086f6b803f
@ -1,6 +1,6 @@
|
|||||||
% Lifetimes
|
% Lifetimes
|
||||||
|
|
||||||
This guide is one of three presenting Rust’s ownership system. This is one of
|
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
|
Rust’s most unique and compelling features, with which Rust developers should
|
||||||
become quite acquainted. Ownership is how Rust achieves its largest goal,
|
become quite acquainted. Ownership is how Rust achieves its largest goal,
|
||||||
memory safety. There are a few distinct concepts, each with its own chapter:
|
memory safety. There are a few distinct concepts, each with its own chapter:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
% References and Borrowing
|
% References and Borrowing
|
||||||
|
|
||||||
This guide is one of three presenting Rust’s ownership system. This is one of
|
This guide is two of three presenting Rust’s ownership system. This is one of
|
||||||
Rust’s most unique and compelling features, with which Rust developers should
|
Rust’s most unique and compelling features, with which Rust developers should
|
||||||
become quite acquainted. Ownership is how Rust achieves its largest goal,
|
become quite acquainted. Ownership is how Rust achieves its largest goal,
|
||||||
memory safety. There are a few distinct concepts, each with its own
|
memory safety. There are a few distinct concepts, each with its own
|
||||||
|
Loading…
Reference in New Issue
Block a user