containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Allow soft_unstable lint #91

Closed Tim-Zhang closed 3 years ago

Tim-Zhang commented 3 years ago

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