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
The #![rustfmt::skip] we used in ttrpc.rs has been
marked as soft_unstable in rust 1.52(rust-lang/rust#82399)
So we would got a build error like
`error: custom inner attributes are unstable`
This commit will fix this issue.
Signed-off-by: Tim Zhang <[email protected]>
0 commit comments