Skip to content

Commit 6e67dbb

Browse files
authored
Make module ord_neu::val_batch public (#603)
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 2704c72 commit 6e67dbb

File tree

1 file changed

+2
-1
lines changed
  • differential-dataflow/src/trace/implementations

1 file changed

+2
-1
lines changed

differential-dataflow/src/trace/implementations/ord_neu.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ pub type PreferredBuilder<K, V, T, R> = RcBuilder<OrdValBuilder<Preferred<K,V,T,
6666
// pub type ColKeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<TStack<((K,()),T,R)>>>>;
6767

6868

69-
mod val_batch {
69+
/// Types related to forming batches with values.
70+
pub mod val_batch {
7071

7172
use std::marker::PhantomData;
7273
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)