chore: remove doc_auto_cfg feature (#18758)

This commit is contained in:
Matthias Seitz
2025-09-28 12:53:45 +02:00
committed by GitHub
parent abae566f13
commit 850083dbde
123 changed files with 123 additions and 123 deletions

View File

@@ -6,7 +6,7 @@
issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod event_sender;
mod event_stream;