Commit e6ee260
committed
Allow soft_unstable lint
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 <tim@hyper.sh>1 parent 4715bb3 commit e6ee260
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