Skip to content

Commit

Permalink
Relax feature flag for value's std_support
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jan 10, 2025
1 parent 67e025a commit 34eb68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kv/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ impl<'v> Value<'v> {
}
}

#[cfg(feature = "kv_std")]
#[cfg(feature = "std")]
mod std_support {
use std::borrow::Cow;
use std::rc::Rc;
Expand Down

0 comments on commit 34eb68c

Please sign in to comment.