Skip to content

Commit 518c9c7

Browse files
committed
Merge pull request #51 from dtolnay/pubserde
Publically expose LinkedHashMapVisitor
2 parents 7d8ff80 + e2fffc6 commit 518c9c7

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
@@ -32,7 +32,7 @@
3232

3333
// Optional Serde support
3434
#[cfg(feature = "serde_impl")]
35-
mod serde;
35+
pub mod serde;
3636

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

0 commit comments

Comments
 (0)