output fixes
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ impl DescriptorStore {
|
||||
Ok(f) => rmp_serde::from_slice(&f).unwrap(),
|
||||
Err(_e) => HashMap::with_capacity(count),
|
||||
};
|
||||
DescriptorStore { map: map }
|
||||
DescriptorStore { map }
|
||||
}
|
||||
|
||||
/// Returns true iff the store already contains the key
|
||||
|
||||
Reference in New Issue
Block a user