update to rust edition 2018 + bump version

This commit is contained in:
Henrik Friedrichsen
2020-03-15 11:05:49 +01:00
parent 662e8e4304
commit dccb36d8e7
29 changed files with 190 additions and 177 deletions

View File

@@ -3,7 +3,7 @@ use cursive::theme::Color::*;
use cursive::theme::PaletteColor::*;
use cursive::theme::*;
use config::Config;
use crate::config::Config;
macro_rules! load_color {
( $cfg: expr, $member: ident, $default: expr ) => {