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

error: replace cause method with source #108

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

jongwu
Copy link

@jongwu jongwu commented Feb 2, 2023

cause method for std::error::Error is depricated by rust, source method is recommended.

Fixes: #107
Signed-off-by: Jianyong Wu jianyong.wu@arm.com

cause method for std::error::Error is depricated by rust, source method
is recommended.

Fixes: kata-containers#107
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
@jongwu
Copy link
Author

jongwu commented Feb 2, 2023

Help TAL @liubin, thanks!

Copy link
Member

@studychao studychao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jongwu

@studychao studychao merged commit c8bb7e1 into kata-containers:main Feb 5, 2023
Tim-Zhang added a commit to Tim-Zhang/cgroups-rs that referenced this pull request Feb 7, 2023
To include patches kata-containers#105, kata-containers#108, kata-containers#110.

Signed-off-by: Tim Zhang <tim@hyper.sh>
@Tim-Zhang Tim-Zhang mentioned this pull request Feb 7, 2023
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.

error: trait method cause is deprecated
3 participants