Skip to content
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

Make export_schema_with_title argument immutable #908

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

webmaster128
Copy link
Member

No description provided.

@webmaster128 webmaster128 requested a review from ethanfrey April 28, 2021 16:33
Copy link
Member

@ethanfrey ethanfrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

if let Some(data) = metadata {
data.title = Some(title.to_string());
pub fn export_schema_with_title(schema: &RootSchema, out_dir: &Path, title: &str) {
let mut schema = schema.clone();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes it easier to change between the two.

@webmaster128 webmaster128 merged commit 36e27cc into main Apr 28, 2021
@webmaster128 webmaster128 deleted the export_schema_with_title-immutable branch April 28, 2021 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants