Skip to content

Commit 9953915

Browse files
committed
---
yaml --- r: 212858 b: refs/heads/master c: 2c08654 h: refs/heads/master v: v3
1 parent b16be52 commit 9953915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 50de1d6e716d06dbb4ea8d59707bf827445e0a48
2+
refs/heads/master: 2c08654e0936f6b6ecd174a6b261854effec30b9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/librustc_unicode/char.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ impl char {
187187
/// # Examples
188188
///
189189
/// ```
190-
/// for i in '❤'.escape_unicode() {
191-
/// print!("{}", i);
190+
/// for c in '❤'.escape_unicode() {
191+
/// print!("{}", c);
192192
/// }
193193
/// println!("");
194194
/// ```

0 commit comments

Comments
 (0)