Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow soft_unstable lint #91

Merged
merged 1 commit into from
May 21, 2021
Merged

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 tim@hyper.sh

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>
@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
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