fix option decoding and add basic sanity test (#161)

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
Greg Hill
2020-09-15 08:24:05 +01:00
committed by GitHub
parent f2cf79847a
commit 2829d7d7c1
2 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub enum MetadataError {
}
/// Runtime metadata.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Default)]
pub struct Metadata {
modules: HashMap<String, ModuleMetadata>,
modules_with_calls: HashMap<String, ModuleWithCalls>,