summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-05-11 14:32:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-11 15:45:42 +0200
commit8d1022b1ac08fd79622a57a9c5cfc16512e7e936 (patch)
treef0284619ca17db5f271828d6887befe453e145f5 /.travis.yml
parent7c44bc1aa3dfc87c15ad76ce44e2c5f31b68d4b4 (diff)
Fix: Explicitely use Itertools::flatten()
As of rustc 1.26, the `flatten()` method on iterators is preserved by the rust standard library. This could cause this code to hard-error some time in the future with the `flatten()` function actually implemented by the standard library. Hence we move to use the `Itertools::flatten()` function here explicitely.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions