-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update indexmap & serde-bridge #29
base: main
Are you sure you want to change the base?
Conversation
d8d351e
to
eb114c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other changes looks good to me
src/parsers/toml.rs
Outdated
/// Toml with unknown field handler support | ||
/// | ||
/// This parser will ignore unknown fields and call the handler with the path of the unknown field. | ||
pub struct TomlIgnored { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I have a feeling that this API doesn't belong to serfig. Maybe we can move it to downstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense, let me put it in the downstream first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this. I believe other parts of this PR is good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me rename this pr's title to reduce the scope of change
577f741
to
7165119
Compare
No description provided.