Skip to content

Commit

Permalink
fix value_serializer import so consumers can access the public trait
Browse files Browse the repository at this point in the history
  • Loading branch information
mrattle committed Sep 9, 2024
1 parent fad4077 commit fc4ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use self::parser::{
pub use self::parser::{ErrorKind, KeyMetadata, MetadumpResponse, StatsResponse, Status, Value};

mod value_serializer;
use self::value_serializer::AsMemcachedValue;
pub use self::value_serializer::AsMemcachedValue;

/// High-level memcached client.
///
Expand Down

0 comments on commit fc4ee63

Please sign in to comment.