cargo fix --edition
This commit is contained in:
committed by
Sean McArthur
parent
c3b2a26c46
commit
86d9cbc66e
@@ -196,14 +196,14 @@ macro_rules! server {
|
||||
$($f: $v,)+
|
||||
}),*
|
||||
];
|
||||
::support::server::spawn(txns)
|
||||
crate::support::server::spawn(txns)
|
||||
})
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! __internal__txn {
|
||||
($($field:ident: $val:expr,)+) => (
|
||||
::support::server::Txn {
|
||||
crate::support::server::Txn {
|
||||
$( $field: __internal__prop!($field: $val), )+
|
||||
.. Default::default()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user