Commit 933f7b0
committed
Allow soft_unstable lint
The #![rustfmt::skip] we used in ttrpc.rs has been
marked as soft_unstable in rust 1.52(#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 <tim@hyper.sh>1 parent f8b10c6 commit 933f7b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments