We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 llvm-cov --all-features --workspace --no-report nextest
results in:
error: missing documentation for a constant --> ipc/tarpc/tarpc/src/server/limits/channels_per_key.rs:287:1 | 286 | #[test] | ------- in this procedural macro expansion 287 | / fn tracker_drop() { 288 | | use assert_matches::assert_matches; 289 | | 290 | | let (tx, mut rx) = mpsc::unbounded_channel(); ... | 295 | | assert_matches!(rx.poll_recv(&mut ctx()), Poll::Ready(Some(1))); 296 | | } | |_^ | note: the lint level is defined here --> ipc/tarpc/tarpc/src/lib.rs:203:9 | 203 | #![deny(missing_docs)]
The text was updated successfully, but these errors were encountered:
Looks like this will be fixed with rust-lang/rust#130219
Sorry, something went wrong.
No branches or pull requests
cargo llvm-cov --all-features --workspace --no-report nextest
results in:
The text was updated successfully, but these errors were encountered: