Skip to content

Commit

Permalink
Clean up imports from the rmp-serde example.
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 03b76be commit b233503
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions heed/examples/rmp-serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use std::error::Error;
use std::fs;
use std::path::Path;

use heed::bytemuck::{Pod, Zeroable};
use heed::byteorder::BE;
use heed::types::*;
use heed::types::{SerdeRmp, Str};
use heed::{Database, EnvOpenOptions};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit b233503

Please sign in to comment.