diff options
author | Akshay <[email protected]> | 2020-07-12 16:05:12 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-12 16:05:12 +0100 |
commit | 2b3ba619402a9d6a5408d35bb38ef31f7e488ec5 (patch) | |
tree | 2651b4271a4b6048ec2dc3d1c703f9d3b5f02395 /src/utils.rs | |
parent | f2b87509ac4b08444499a7bc61a9bc4a100c414b (diff) |
remove unused imports, upgrade to cursive v0.15
Diffstat (limited to 'src/utils.rs')
-rw-r--r-- | src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs index d23f70d..1d56377 100644 --- a/src/utils.rs +++ b/src/utils.rs | |||
@@ -1,7 +1,7 @@ | |||
1 | use cursive::theme::{BaseColor, Color}; | 1 | use cursive::theme::{BaseColor, Color}; |
2 | use directories::ProjectDirs; | 2 | use directories::ProjectDirs; |
3 | use std::fs; | 3 | use std::fs; |
4 | use std::path::{Path, PathBuf}; | 4 | use std::path::PathBuf; |
5 | 5 | ||
6 | pub struct AppConfig { | 6 | pub struct AppConfig { |
7 | pub true_chr: char, | 7 | pub true_chr: char, |