Skip to content

Commit fbb9df1

Browse files
committed
Fix for upstream changes
1 parent 0ddefe9 commit fbb9df1

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
@@ -64,7 +64,7 @@ macro_rules! from_map_impl {
6464

6565
macro_rules! from_raw_from_impl {
6666
($($expected:pat)|+, $t:ty $(, $a:meta)*) => (
67-
from_map_impl!($($expected)|+, $t, |mut buf: &[u8]| {
67+
from_map_impl!($($expected)|+, $t, |&mut: mut buf: &[u8]| {
6868
use types::RawFromSql;
6969

7070
RawFromSql::raw_from_sql(&mut buf)

0 commit comments

Comments
 (0)