imag/bin/core
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
..
imag Revert "Remove imag-mail" 2019-02-20 16:22:52 +01:00
imag-annotate Fix for new all_annotations() interface 2019-02-15 20:53:29 +01:00
imag-category Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00
imag-diagnostics Remove unused code 2019-02-18 16:02:49 +01:00
imag-edit Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00
imag-git Update copyright years 2019-01-03 18:41:36 +01:00
imag-gps Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00
imag-grep Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00
imag-header Add imag-header 2019-02-15 20:54:52 +01:00
imag-ids Adapt for new StoreId API 2019-02-15 20:53:29 +01:00
imag-init Update copyright years 2019-01-03 18:41:36 +01:00
imag-link Fix for rust beta compiler 2019-04-13 22:06:53 +02:00
imag-mv Rewrite: StoreId::new_baseless() -> StoreId::new() 2019-02-15 20:53:28 +01:00
imag-ref Move helper function to libimagentref::util 2019-02-20 16:22:52 +01:00
imag-store Adapt StoreId::new() calls 2019-02-15 20:53:29 +01:00
imag-tag Rewrite: StoreId::new_baseless() -> StoreId::new() 2019-02-15 20:53:28 +01:00
imag-view Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00