Skip to content

Commit e2fffc6

Browse files
committed
Publically expose LinkedHashMapVisitor
This will be required for serde-rs/json#54 because serde_json::Value will want to use the LinkedHashMapVisitor when visiting a map, similar to https://github.com/serde-rs/json/blob/7bc9b0a98ec65b90f8c4600d5966d1ca0679b089/json/src/value.rs#L391
1 parent 98f4cb4 commit e2fffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
// Optional Serde support
3535
#[cfg(feature = "serde_impl")]
36-
mod serde;
36+
pub mod serde;
3737

3838
use std::borrow::Borrow;
3939
use std::cmp::Ordering;

0 commit comments

Comments
 (0)