1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 00:43:44 +02:00

Fix displaying of book options to not crash anymore

Displaying should be worked on, though.
This commit is contained in:
Elisabeth Henry 2016-03-05 18:14:05 +01:00
parent fae0aef7d4
commit af734beb1a

@ -313,6 +313,7 @@ impl BookOptions {
"char" => "char",
"str" => "string",
"path" => "path",
"alias" => "DEPRECATED",
_ => unreachable!()
};
let def = if let Some(value) = default {