`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)] ```