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

refactor(helix-view): remove cfg_attr references a nonexistent feature #5630

Merged
merged 1 commit into from
Jan 22, 2023

Conversation

ymgyt
Copy link
Contributor

@ymgyt ymgyt commented Jan 22, 2023

remove #[cfg_attr(feature = "serde")] from helix-view crate.
serde feature is not currently being used in helix-view crate

Fixes #5615

Copy link
Member

@sudormrfbin sudormrfbin left a comment

Choose a reason for hiding this comment

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

Thanks!

@sudormrfbin sudormrfbin merged commit c8d77cf into helix-editor:master Jan 22, 2023
@ymgyt ymgyt deleted the remove-cfg-attr branch January 22, 2023 18:54
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.

helix-view does not have a serde feature, but is referenced in cfg_attr
2 participants