diff options
Diffstat (limited to 'third_party/rust/itertools/benches/extra/mod.rs')
-rw-r--r-- | third_party/rust/itertools/benches/extra/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/itertools/benches/extra/mod.rs b/third_party/rust/itertools/benches/extra/mod.rs new file mode 100644 index 0000000000..52fe5cc3fe --- /dev/null +++ b/third_party/rust/itertools/benches/extra/mod.rs @@ -0,0 +1,2 @@ +pub use self::zipslices::ZipSlices; +mod zipslices; |