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

fix: don't special-case doc for feature = "const_generics" #328

Merged
merged 1 commit into from Nov 6, 2023

Conversation

mkroening
Copy link

The following invocations all succeed now:

cargo doc
cargo +nightly doc
cargo doc --features const_generics
cargo +nightly doc --features const_generics

Closes #327

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
@mbrubeck mbrubeck merged commit 79aa952 into servo:v1 Nov 6, 2023
7 checks passed
@mkroening mkroening deleted the doc-const_generics branch November 6, 2023 17:22
@mkroening
Copy link
Author

When can we expect the next release? This is currently stopping us from documenting our crate with dependencies.

@mbrubeck
Copy link
Collaborator

mbrubeck commented Nov 9, 2023

Published smallvec 1.11.2.

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.

None yet

2 participants