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

cargo test now fails with changes made in rust 1.83 #43

Open
djacu opened this issue Jan 2, 2025 · 0 comments · May be fixed by #44
Open

cargo test now fails with changes made in rust 1.83 #43

djacu opened this issue Jan 2, 2025 · 0 comments · May be fixed by #44

Comments

@djacu
Copy link

djacu commented Jan 2, 2025

Running cargo test emits a new failure that was not present until Rust 1.83. I believe this is due to changes in how missing_docs is handled. https://releases.rs/docs/1.83.0/

error: missing documentation for the crate
    --> tests/lib.rs:5:1
     |
5    | / #![deny(missing_docs)]
6    | | use {
7    | |     crate::{test_error, Json5Format},
8    | |     json5format::*,
...    |
1908 | |     })
1909 | | }
     | |_^
     |
note: the lint level is defined here
    --> tests/lib.rs:5:9
     |
5    | #![deny(missing_docs)]
     |         ^^^^^^^^^^^^

error: could not compile `json5format` (test "lib") due to 1 previous error
@djacu djacu linked a pull request Jan 2, 2025 that will close this issue
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 a pull request may close this issue.

1 participant