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

Remove remnants of spa feature #1802

Merged
merged 3 commits into from
Mar 3, 2023
Merged

Conversation

jtdowney
Copy link
Contributor

@jtdowney jtdowney commented Mar 2, 2023

Motivation

I saw that SpaRouter was removed in #1784, but the spa feature flag was still referenced in a few places, including doc comments.

Solution

I cleaned up the remnants of the spa feature flag that I could find.

Copy link
Member

@davidpdrsn davidpdrsn left a comment

Choose a reason for hiding this comment

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

Thanks!

Also damnit... removing the feature requires another breaking release 😅

@jtdowney
Copy link
Contributor Author

jtdowney commented Mar 2, 2023

Is it better to remove the comment and the example code and leave the feature for the next breaking release?

@davidpdrsn
Copy link
Member

Nah I don't think so. The whole point of axum-extra is that we can make breaking changes. We just did one recently but doing another one isn't the end of the world. Can probably do one this week or next.

@davidpdrsn davidpdrsn added breaking change A PR that makes a breaking change. A-axum-extra labels Mar 3, 2023
@davidpdrsn davidpdrsn enabled auto-merge (squash) March 3, 2023 14:32
@davidpdrsn davidpdrsn merged commit db22b73 into tokio-rs:main Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-axum-extra breaking change A PR that makes a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants