Skip to content

Conversation

Tim-Zhang
Copy link
Member

@Tim-Zhang Tim-Zhang commented May 21, 2021

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]

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]>
@lifupan lifupan merged commit 6dcadbf into containerd:master May 21, 2021
@Tim-Zhang Tim-Zhang deleted the src/lib.rs branch May 21, 2021 10:05
KarstenB pushed a commit to KarstenB/ttrpc-rust that referenced this pull request May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants