File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
% Lifetimes
2
2
3
- This guide is one of three presenting Rust’s ownership system. This is one of
3
+ This guide is three of three presenting Rust’s ownership system. This is one of
4
4
Rust’s most unique and compelling features, with which Rust developers should
5
5
become quite acquainted. Ownership is how Rust achieves its largest goal,
6
6
memory safety. There are a few distinct concepts, each with its own chapter:
Original file line number Diff line number Diff line change 1
1
% References and Borrowing
2
2
3
- This guide is one of three presenting Rust’s ownership system. This is one of
3
+ This guide is two of three presenting Rust’s ownership system. This is one of
4
4
Rust’s most unique and compelling features, with which Rust developers should
5
5
become quite acquainted. Ownership is how Rust achieves its largest goal,
6
6
memory safety. There are a few distinct concepts, each with its own
You can’t perform that action at this time.
0 commit comments