Skip to content

Commit

Permalink
stream: remove duplicate doc(test(..)) & cfg_attr declarations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Mar 6, 2021
1 parent 47be928 commit 704de8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tokio-stream/src/lib.rs
Expand Up @@ -9,11 +9,6 @@
rust_2018_idioms,
unreachable_pub
)]
#![cfg_attr(docsrs, deny(broken_intra_doc_links))]
#![doc(test(
no_crate_inject,
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, deny(broken_intra_doc_links))]
#![doc(test(
Expand Down

0 comments on commit 704de8c

Please sign in to comment.