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

Provide no-std Error impl for cxx::Exception on Rust 1.81+ #1355

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jun 14, 2024

No description provided.

dtolnay added 3 commits June 14, 2024 10:35
    warning: used import from `std` instead of `core`
       --> src/exception.rs:21:6
        |
    21  | impl std::error::Error for Exception {}
        |      ^^^ help: consider importing the item from `core`: `core`
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#std_instead_of_core
    note: the lint level is defined here
       --> src/lib.rs:378:5
        |
    378 |     clippy::std_instead_of_core
        |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@dtolnay dtolnay merged commit b9e6953 into master Jun 14, 2024
31 checks passed
@dtolnay dtolnay deleted the error branch June 14, 2024 17:47
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.

1 participant