style: rustfmt

This commit is contained in:
Ryan Leckey
2020-06-11 03:47:19 -07:00
parent d4329e98d4
commit fedd883d91
4 changed files with 30 additions and 30 deletions

View File

@@ -67,6 +67,7 @@ where
}
}
#[allow(unused_macros)]
macro_rules! impl_encode_for_option {
($DB:ident) => {
impl<'q, T> crate::encode::Encode<'q, $DB> for Option<T>