Skip to content

Commit 374e94c

Browse files
committed
---
yaml --- r: 173952 b: refs/heads/auto c: d5091c9 h: refs/heads/master v: v3
1 parent df2497f commit 374e94c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: f12e60a5c8bacd8fb43b503000c19187aa3b09c2
13+
refs/heads/auto: d5091c9cc9d1527824e11a3b9c5d9e5fea0e0c20
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/doc/trpl/crates-and-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Crates and Modules Guide
1+
% Crates and Modules
22

33
When a project starts getting large, it's considered a good software
44
engineering practice to split it up into a bunch of smaller pieces, and then

branches/auto/src/doc/trpl/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Error Handling in Rust
1+
% Error Handling
22

33
> The best-laid plans of mice and men
44
> Often go awry

branches/auto/src/doc/trpl/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Foreign Function Interface Guide
1+
% Foreign Function Interface
22

33
# Introduction
44

branches/auto/src/doc/trpl/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Macros Guide
1+
% Macros
22

33
# Introduction
44

branches/auto/src/doc/trpl/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Ownership Guide
1+
% Ownership
22

33
This guide presents Rust's ownership system. This is one of Rust's most unique
44
and compelling features, with which Rust developers should become quite

branches/auto/src/doc/trpl/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Compiler Plugins Guide
1+
% Compiler Plugins
22

33
<div class="unstable-feature">
44

branches/auto/src/doc/trpl/pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Pointer Guide
1+
% Pointers
22

33
Rust's pointers are one of its more unique and compelling features. Pointers
44
are also one of the more confusing topics for newcomers to Rust. They can also

branches/auto/src/doc/trpl/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Rust Testing Guide
1+
% Testing
22

33
> Program testing can be a very effective way to show the presence of bugs, but
44
> it is hopelessly inadequate for showing their absence.

branches/auto/src/doc/trpl/unsafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Writing Unsafe and Low-Level Code in Rust
1+
% Unsafe and Low-Level Code
22

33
# Introduction
44

branches/auto/src/doc/trpl/variable-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Variable bindings
1+
% Variable Bindings
22

33
The first thing we'll learn about are *variable bindings*. They look like this:
44

0 commit comments

Comments
 (0)