imag/lib
Matthias Beyer 8d1022b1ac 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.
2018-05-11 15:45:42 +02:00
..
core Fix: Explicitely use Itertools::flatten() 2018-05-11 15:45:42 +02:00
domain Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
entry Fix comment for rustc 1.26 2018-05-11 14:55:23 +02:00
etc Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00