imag/lib
Matthias Beyer de522ec0f2 Fix for rust beta compiler
The beta compiler reports duplicated input:

error: the item `IntoValues` is imported redundantly
   --> lib/entry/libimagentrylink/src/internal.rs:398:13
    |
36  | use self::iter::IntoValues;
    |     ---------------------- the item `IntoValues` is already imported here
...
398 |         use internal::iter::IntoValues;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |

so we fix this here.

Other imports were fixed as well.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-13 22:06:53 +02:00
..
core Fix for rust beta compiler 2019-04-13 22:06:53 +02:00
domain Remove old comment 2019-03-09 13:30:12 +01:00
entry Fix for rust beta compiler 2019-04-13 22:06:53 +02:00
etc Rewrite: StoreId::new_baseless() -> StoreId::new() 2019-02-15 20:53:28 +01:00