Skip to content

Commit 11f1186

Browse files
authored
Update to avoid breakage from rust-lang/rust#36340
1 parent b4c4b69 commit 11f1186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ impl InnerConnection {
679679
try!(self.read_rows(&mut rows));
680680
let row = rows.pop_front();
681681

682-
let get_raw = |i| {
682+
let get_raw = |i: usize| {
683683
row.as_ref().and_then(|r| r.get(i)).and_then(|r| r.as_ref().map(|r| &**r))
684684
};
685685

0 commit comments

Comments
 (0)