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