751 |
#[allow(clippy::duplicate_mod)]
|
752 |
#[path = "stream_util.rs"]
|
578 |
#[allow(clippy::duplicate_mod)]
|
579 |
#[path = "../stream_util.rs"]
|
158 |
#![allow(clippy::new_ret_no_self, clippy::needless_doctest_main)]
|
159 |
#![allow(clippy::duplicate_mod)] // TODO: Remove this after the text/mod.rs format_priv hack has been removed (0.8.0+)
|
160 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
44 |
// The api modules are imported two times each, this is not accidental
|
45 |
#![allow(clippy::duplicate_mod)]
|
46 |
#![cfg_attr(coverage, feature(no_coverage))]
|