Skip to content

Commit f702cc0

Browse files
committed
Fix for closure changes
1 parent 4a93618 commit f702cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ macro_rules! from_map_impl {
6363

6464
macro_rules! from_raw_from_impl {
6565
($($expected:pat),+; $t:ty) => (
66-
from_map_impl!($($expected),+; $t, |&mut: ty, mut buf: &[u8]| {
66+
from_map_impl!($($expected),+; $t, |ty, mut buf: &[u8]| {
6767
use types::RawFromSql;
6868

6969
RawFromSql::raw_from_sql(ty, &mut buf)

0 commit comments

Comments
 (0)