This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around empty_docs clippy lint in test
warning: empty doc comment --> tests/test_item.rs:174:17 | 174 | #[doc = $doc] | ^^^^^^^^^^^^^ ... 180 | doc_expr!(stringify!()); | ----------------------- in this macro invocation | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs = note: `-W clippy::empty-docs` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::empty_docs)]` = note: this warning originates in the macro `doc_expr` (in Nightly builds, run with -Z macro-backtrace for more info)
- Loading branch information