Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Remove seed module and functions #290

Merged
merged 1 commit into from Jul 28, 2022
Merged

Remove seed module and functions #290

merged 1 commit into from Jul 28, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 28, 2022

No longer necessary since the Deserializer has been made public. For example serde_yaml::from_str_seed(yaml, seed) is just seed.deserialize(serde_yaml::Deserializer::from_str(yaml)).

@dtolnay dtolnay merged commit d9f7442 into master Jul 28, 2022
@dtolnay dtolnay deleted the seed branch July 28, 2022 19:45
Repository owner locked and limited conversation to collaborators Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant