Skip to content

Commit

Permalink
use original Visitor name for VisitValue
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
  • Loading branch information
KodrAus and Thomasdezeeuw committed Feb 19, 2024
1 parent cf85c38 commit 646e9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kv/value.rs
Expand Up @@ -1118,7 +1118,7 @@ impl<'v> Value<'v> {

// NOTE: Deprecated; but aliases can't carry this attribute
#[cfg(feature = "kv_unstable")]
pub use VisitValue as Visitor;
pub use VisitValue as Visit;

/// Get a value from a type implementing `std::fmt::Debug`.
#[cfg(feature = "kv_unstable")]
Expand Down

0 comments on commit 646e9ab

Please sign in to comment.