You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macro_rules! abait {($x:expr) => {Ok(())}}mod a {fnfoo() -> Result<(),()>{unsafe{(abait!(proxy.load_account(ahc_client_end,TEST_ACCOUNT_ID.clone().as_mut().into()))?,(),)};Ok(())}}
is the result of rustfmt with the default config, but it should be wrapping the abait! line. If abait! is replaced with a function abaity, rustfmt will wrap the line.
The text was updated successfully, but these errors were encountered:
is the result of
rustfmt
with the default config, but it should be wrapping theabait!
line. Ifabait!
is replaced with a functionabaity
,rustfmt
will wrap the line.The text was updated successfully, but these errors were encountered: