Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)]` ```
- Loading branch information