Skip to content

Commit 01a4003

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 167719 b: refs/heads/master c: a17c2b6 h: refs/heads/master i: 167717: 41085ef 167715: 06793c9 167711: 96e1481 v: v3
1 parent 29134a3 commit 01a4003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ea94a90488e6b4701581079339de3595389e5b15
2+
refs/heads/master: a17c2b60e1c32e950b011296025a9f88f4d3c4e4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c89417130f042c58adc60012e7cddc4ef70b70b9
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb

trunk/src/libcollections/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl<'a> Iterator<char> for Decompositions<'a> {
202202
let buffer = &mut self.buffer;
203203
let sorted = &mut self.sorted;
204204
{
205-
let callback = |d| {
205+
let callback = |&mut: d| {
206206
let class =
207207
unicode::char::canonical_combining_class(d);
208208
if class == 0 && !*sorted {

0 commit comments

Comments
 (0)