This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Commit 14872ad
committed
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)1 parent ed844dc commit 14872ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments