Skip to content

Commit 0ca0fd2

Browse files
committed
---
yaml --- r: 168942 b: refs/heads/snap-stage3 c: f7f5d09 h: refs/heads/master v: v3
1 parent 493ac4f commit 0ca0fd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 8733b8b19c510737faed35b83fdecc1c41a96a27
4+
refs/heads/snap-stage3: f7f5d0958b079a893678af2f439ef6a735365b18
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libstd/tuple.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
//! * `Default`
2929
//!
3030
//! # Examples
31-
//!
31+
//!
3232
//! Accessing elements of a tuple at specified indices:
33-
//!
33+
//!
3434
//! ```
3535
//! let x = ("colorless", "green", "ideas", "sleep", "furiously");
3636
//! assert_eq!(x.3, "sleep");
37-
//!
37+
//!
3838
//! let v = (3i, 3i);
3939
//! let u = (1i, -5i);
4040
//! assert_eq!(v.0 * u.0 + v.1 * u.1, -12i);

0 commit comments

Comments
 (0)