output fixes

This commit is contained in:
2024-05-11 01:22:58 +02:00
parent dc57133825
commit 8838e41eb1
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -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