We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddefe9 commit fbb9df1Copy full SHA for fbb9df1
1 file changed
src/types/mod.rs
@@ -64,7 +64,7 @@ macro_rules! from_map_impl {
64
65
macro_rules! from_raw_from_impl {
66
($($expected:pat)|+, $t:ty $(, $a:meta)*) => (
67
- from_map_impl!($($expected)|+, $t, |mut buf: &[u8]| {
+ from_map_impl!($($expected)|+, $t, |&mut: mut buf: &[u8]| {
68
use types::RawFromSql;
69
70
RawFromSql::raw_from_sql(&mut buf)
0 commit comments