Fix for closure changes
This commit is contained in:
parent
4a93618293
commit
f702cc03c2
@ -63,7 +63,7 @@ macro_rules! from_map_impl {
|
||||
|
||||
macro_rules! from_raw_from_impl {
|
||||
($($expected:pat),+; $t:ty) => (
|
||||
from_map_impl!($($expected),+; $t, |&mut: ty, mut buf: &[u8]| {
|
||||
from_map_impl!($($expected),+; $t, |ty, mut buf: &[u8]| {
|
||||
use types::RawFromSql;
|
||||
|
||||
RawFromSql::raw_from_sql(ty, &mut buf)
|
||||
|
Loading…
Reference in New Issue
Block a user