Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/rust/lsprotocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ serde_json = "1.0.93"
serde_repr = "0.1.10"
url = {version = "2.3.1", features = ["serde"]}
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?