Skip to content

Commit 8e7ac11

Browse files
committed
comment out failing doctest
1 parent ef268e8 commit 8e7ac11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timely/src/dataflow/operators/core/partition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub trait Partition<G: Scope, C: Container> {
1212
/// Produces `parts` output streams, containing records produced and assigned by `route`.
1313
///
1414
/// # Examples
15-
/// ```
15+
/// ```ignore
1616
/// use timely::dataflow::operators::ToStream;
1717
/// use timely::dataflow::operators::core::{Partition, Inspect};
1818
/// use timely_container::CapacityContainerBuilder;

0 commit comments

Comments
 (0)