mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix up titles of TRPL chapters
This commit is contained in:
parent
f12e60a5c8
commit
d5091c9cc9
@ -1,4 +1,4 @@
|
||||
% The Rust Crates and Modules Guide
|
||||
% Crates and Modules
|
||||
|
||||
When a project starts getting large, it's considered a good software
|
||||
engineering practice to split it up into a bunch of smaller pieces, and then
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Error Handling in Rust
|
||||
% Error Handling
|
||||
|
||||
> The best-laid plans of mice and men
|
||||
> Often go awry
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Foreign Function Interface Guide
|
||||
% Foreign Function Interface
|
||||
|
||||
# Introduction
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Macros Guide
|
||||
% Macros
|
||||
|
||||
# Introduction
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Ownership Guide
|
||||
% Ownership
|
||||
|
||||
This guide presents Rust's ownership system. This is one of Rust's most unique
|
||||
and compelling features, with which Rust developers should become quite
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Compiler Plugins Guide
|
||||
% Compiler Plugins
|
||||
|
||||
<div class="unstable-feature">
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Pointer Guide
|
||||
% Pointers
|
||||
|
||||
Rust's pointers are one of its more unique and compelling features. Pointers
|
||||
are also one of the more confusing topics for newcomers to Rust. They can also
|
||||
|
@ -1,4 +1,4 @@
|
||||
% The Rust Testing Guide
|
||||
% Testing
|
||||
|
||||
> Program testing can be a very effective way to show the presence of bugs, but
|
||||
> it is hopelessly inadequate for showing their absence.
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Writing Unsafe and Low-Level Code in Rust
|
||||
% Unsafe and Low-Level Code
|
||||
|
||||
# Introduction
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Variable bindings
|
||||
% Variable Bindings
|
||||
|
||||
The first thing we'll learn about are *variable bindings*. They look like this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user