Separate out the private functionality

This makes it easier when clicking through [src] links from rustdoc, not having
to sift through public and internal code combined together.
This commit is contained in:
David Tolnay
2017-04-07 09:46:45 -07:00
parent 467b5fc595
commit 726eea9a97
17 changed files with 2653 additions and 2651 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ fn serialize_internally_tagged_variant(ident: &syn::Ident,
}
quote_expr! {
_serde::ser::private::serialize_tagged_newtype(
_serde::private::ser::serialize_tagged_newtype(
__serializer,
#enum_ident_str,
#variant_ident_str,