Commit b30ec1f
committed
Ignore clippy::test_attr_in_doctest lint
```
error: unit tests in doctest are not executed
--> futures-test/src/lib.rs:77:5
|
77 | /// #[test]
| _____^
78 | | /// fn my_test() {
| |______________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#test_attr_in_doctest
= note: `-D clippy::test-attr-in-doctest` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::test_attr_in_doctest)]`
```1 parent 396d429 commit b30ec1f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments