serde/test_suite/tests/expand
David Tolnay dd1f4b483e
Make it clearer that the private implementation details are private
Both of these modules are doc(hidden) and commented "Not public API",
but incorrect downstream code sometimes still references them. Naming
the module __private will make it more likely to be noticed in code
review.
2021-01-08 19:55:31 -08:00
..
de_enum.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
de_enum.rs Add missing import in de_enum expand test 2019-11-26 00:00:05 -08:00
default_ty_param.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
default_ty_param.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
generic_enum.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
generic_enum.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
generic_struct.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
generic_struct.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
generic_tuple_struct.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
generic_tuple_struct.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
lifetimes.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
lifetimes.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
named_map.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
named_map.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
named_tuple.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
named_tuple.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
named_unit.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
named_unit.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00
ser_enum.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
ser_enum.rs Format with rustfmt 2019-10-07 2019-11-26 00:02:11 -08:00
void.expanded.rs Make it clearer that the private implementation details are private 2021-01-08 19:55:31 -08:00
void.rs Format imports in expandtest inputs 2019-11-25 23:57:34 -08:00