Skip to content

Commit 646e9ab

Browse files
use original Visitor name for VisitValue
Co-authored-by: Thomas de Zeeuw <[email protected]>
1 parent cf85c38 commit 646e9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kv/value.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ impl<'v> Value<'v> {
11181118

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

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

0 commit comments

Comments
 (0)