Undo edition changes, doest not compile on stable

This commit is contained in:
Antoine Gersant 2018-11-02 19:49:33 -07:00
parent 59b0dda760
commit 03a248a020
15 changed files with 63 additions and 64 deletions

View file

@ -2,7 +2,7 @@ use app_dirs::{app_root, AppDataType, AppInfo};
use std::fs;
use std::path::{Path, PathBuf};
use crate::errors::*;
use errors::*;
#[cfg(not(target_os = "linux"))]
const APP_INFO: AppInfo = AppInfo {