We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16be52 commit 9953915Copy full SHA for 9953915
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 50de1d6e716d06dbb4ea8d59707bf827445e0a48
+refs/heads/master: 2c08654e0936f6b6ecd174a6b261854effec30b9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
trunk/src/librustc_unicode/char.rs
@@ -187,8 +187,8 @@ impl char {
187
/// # Examples
188
///
189
/// ```
190
- /// for i in '❤'.escape_unicode() {
191
- /// print!("{}", i);
+ /// for c in '❤'.escape_unicode() {
+ /// print!("{}", c);
192
/// }
193
/// println!("");
194
0 commit comments