Skip to content

Conversation

@osiewicz
Copy link
Contributor

https://docs.rs/crate/lsprotocol/1.0.0-alpha.3 does not currently work, because the docs are built without 'proposed' feature enabled. In order to fix the docs page we'll still have to cut a new release though.

https://docs.rs/crate/lsprotocol/1.0.0-alpha.3 does not currently work, because the docs are built without 'proposed' feature enabled. In order to fix the docs page we'll still have to cut a new release though.
rust_decimal = "1.29.1"

[package.metadata.docs.rs]
features = ["proposed"]
Copy link
Contributor

Choose a reason for hiding this comment

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

@karthiknadig, given that the product also doesn't build without enabling the proposed feature, maybe we should set

[features]
default = ["proposed"]

Maybe this doc-specific change wouldn't be needed in that case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does it even make sense to have a proposed feature at all if the crate won't build without it?

@debonte
Copy link
Contributor

debonte commented Jul 18, 2025

Took #435 instead.

@debonte debonte closed this Jul 18, 2025
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