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

docsrs cfg fixes #1137

Merged
merged 2 commits into from
Jul 1, 2022
Merged

docsrs cfg fixes #1137

merged 2 commits into from
Jul 1, 2022

Conversation

jplatte
Copy link
Member

@jplatte jplatte commented Jul 1, 2022

Fixes #1136.

@jplatte jplatte requested a review from davidpdrsn July 1, 2022 11:22
@@ -58,4 +58,4 @@ tower = { version = "0.4", features = ["util"] }

[package.metadata.docs.rs]
all-features = true
rustdocflags = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
Copy link
Member

Choose a reason for hiding this comment

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

🤦

@davidpdrsn davidpdrsn merged commit 8c31bee into main Jul 1, 2022
@davidpdrsn davidpdrsn deleted the docsrs branch July 1, 2022 11:35
davidpdrsn pushed a commit that referenced this pull request Jul 2, 2022
* Remove unused attribute in axum-core

* Fix docs.rs package metadata for axum-extra
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.

"Feature labels" don't show in axum-extra docs
2 participants