From 554f06d72aeb639548314336b2318e14f8ffcc7e Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Sat, 30 Mar 2019 15:11:08 -0400 Subject: move view struct out of Context and pass in as a separate argument - rename static variables to all caps - change index to be Option rather than i32 where -1 means the directory is empty --- src/config/keymap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/keymap.rs b/src/config/keymap.rs index 979f68d..5fd79cd 100644 --- a/src/config/keymap.rs +++ b/src/config/keymap.rs @@ -1,6 +1,6 @@ use serde_derive::Deserialize; -use std::collections::HashMap; use std::collections::hash_map; +use std::collections::HashMap; use std::process::exit; use crate::commands; -- cgit v1.2.3