mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-25 19:40:25 +00:00
style: rustfmt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user