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

fix: Silence deprecation message #160

Merged
merged 1 commit into from
Oct 28, 2024
Merged

fix: Silence deprecation message #160

merged 1 commit into from
Oct 28, 2024

Conversation

epage
Copy link
Collaborator

@epage epage commented Oct 28, 2024

We can't properly fix this until our MSRV is bumped to 1.81

Fixes #159

We can't properly fix this until our MSRV is bumped to 1.81

Fixes rust-cli#159
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11556484558

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • 9 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.7%) to 1.987%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib.rs 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
src/lib.rs 9 2.73%
Totals Coverage Status
Change from base Build 11279648841: -0.7%
Covered Lines: 3
Relevant Lines: 151

💛 - Coveralls

@epage epage merged commit a130157 into rust-cli:master Oct 28, 2024
15 checks passed
@epage epage deleted the deprecated branch October 28, 2024 14:52
@4yman-0

This comment was marked as resolved.

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.

use of deprecated type alias std::panic::PanicInfo: use PanicHookInfo instead
3 participants