Fix build errors in some feature configurations

This commit is contained in:
timvisee 2018-11-20 13:27:05 +01:00
parent 7ee2391cbc
commit a58b15af7b
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
3 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,9 @@ use util::app_history_file_path_string;
lazy_static! {
/// The default history file
static ref DEFAULT_HISTORY_FILE: String = app_history_file_path_string();
}
lazy_static! {
/// The default client timeout in seconds as a string
static ref DEFAULT_TIMEOUT: String = format!("{}", CLIENT_TIMEOUT);