Skip to content

Commit f985bbe

Browse files
committed
---
yaml --- r: 176096 b: refs/heads/try c: d5091c9 h: refs/heads/master v: v3
1 parent 6937082 commit f985bbe

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
@@ -2,7 +2,7 @@
22
refs/heads/master: a530cc9706324ad44dba464d541a807eb5afdb08
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
5-
refs/heads/try: f12e60a5c8bacd8fb43b503000c19187aa3b09c2
5+
refs/heads/try: d5091c9cc9d1527824e11a3b9c5d9e5fea0e0c20
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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)