We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013ee0b commit 01cba7dCopy full SHA for 01cba7d
1 file changed
src/lib.rs
@@ -14,7 +14,6 @@
14
//! - `test-util`: Exposes utilities for testing streams, in particular:
15
//! - [`delay_items`](crate::test_util::delay_items)
16
//! - [`record_delay`](crate::StreamTools::record_delay)
17
-#![doc(html_root_url = "https://docs.rs/streamtools/0.7.6/")]
18
19
use either_or_both::EitherOrBoth;
20
use futures::{Stream, TryStream, stream::Map};
0 commit comments