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