-
Notifications
You must be signed in to change notification settings - Fork 120
The documentation for some crates is incomplete #4048
Copy link
Copy link
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
I think the documentation for
google-cloud-compute-v1is generated with (only) the default features:https://docs.rs/google-cloud-compute-v1/latest/google_cloud_compute_v1/client/index.html
We need to enable all the features. That may make the documentation expensive to generate, but it is kind of useless as it is.