Skip to content

Commit

Permalink
Rustfmt fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Aalekh Patel <[email protected]>
  • Loading branch information
aalekhpatel07 authored and CdnCentreForChildProtection committed Aug 23, 2023
1 parent b233503 commit f42cded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion heed/examples/rmp-serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use heed::types::{SerdeRmp, Str};
use heed::{Database, EnvOpenOptions};
use serde::{Deserialize, Serialize};


fn main() -> Result<(), Box<dyn Error>> {
let path = Path::new("target").join("heed.mdb");

Expand Down

0 comments on commit f42cded

Please sign in to comment.