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 the documentation of gstd on crates.io #3575

Closed
clearloop opened this issue Dec 8, 2023 · 1 comment · Fixed by #3581
Closed

Fix the documentation of gstd on crates.io #3575

clearloop opened this issue Dec 8, 2023 · 1 comment · Fixed by #3581
Assignees
Labels
C0-bug Something isn't working

Comments

@clearloop
Copy link
Contributor

Problem to Solve

docs.rs failed to build the docs of gstd build logs: https://docs.rs/crate/gstd/1.0.2/builds/1051841, bcz the document-features feature https://github.com/gear-tech/gear/blob/master/gstd/src/lib.rs#L32-L35

Possible Solution

mb we need to provide

[features]
document-features = ["dep:document-features"]

or checkout the reason from the commands that docs.rs building our docs

Notes

No response

@clearloop clearloop added C1-feature Feature request C0-bug Something isn't working and removed C1-feature Feature request labels Dec 8, 2023
@StackOverflowExcept1on
Copy link
Member

I think this is caused by modifying Cargo.toml file of gstd in crates-io-manager. It uses cargo_toml dep which probably removes the "# comments" from the original Cargo.toml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C0-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants