-
Notifications
You must be signed in to change notification settings - Fork 78
docs: fix broken builds #562
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes broken documentation builds on docs.rs by removing explicit target specifications and allowing docs.rs to use its default targets. The motivation is to use windows-msvc instead of windows-gnu and aarch64-apple instead of x86_64-apple targets for better compatibility.
Key changes:
- Removes the
targetslist anddefault-targetfrom package metadata in multiple Cargo.toml files - Adds package metadata (categories and keywords) to compio-ws
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| compio/Cargo.toml | Removes default-target and targets list from docs.rs metadata |
| compio-ws/Cargo.toml | Adds categories and keywords metadata for crates.io |
| compio-runtime/Cargo.toml | Removes default-target and targets list from docs.rs metadata |
| compio-driver/Cargo.toml | Inconsistent change - removes rustdoc-args and targets but keeps default-target |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Seems that I have deleted wrong lines:( |
George-Miao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The default targets of docs.rs is OK for most cases, I think.
windows-msvcinstead ofwindows-gnuaarch64-appleinstead ofx86_64-apple