Skip to content

Document --specific-deps option in windows-bindgen#3854

Merged
kennykerr merged 3 commits intomasterfrom
copilot/implement-issue-3766
Jan 16, 2026
Merged

Document --specific-deps option in windows-bindgen#3854
kennykerr merged 3 commits intomasterfrom
copilot/implement-issue-3766

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Documentation for --specific-deps option

Summary

Successfully documented the --specific-deps option in the windows-bindgen crate as requested in issue #3766. The documentation includes:

  1. Argument table entry: Added --specific-deps to the main argument table with a brief description
  2. Detailed section: Added a comprehensive section explaining:
    • The default behavior (using windows-core for consistency)
    • The purpose of --specific-deps (targeting specific, smaller crates)
    • Example usage with code samples
    • When and why to use this option

Fixed formatting issues by removing trailing spaces from documentation comment lines.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: kennykerr <9845234+kennykerr@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement functionality for issue #3766 Document --specific-deps option in windows-bindgen Jan 16, 2026
Copilot AI requested a review from kennykerr January 16, 2026 15:33
@kennykerr kennykerr linked an issue Jan 16, 2026 that may be closed by this pull request
@kennykerr
Copy link
Collaborator

@copilot fix all build failures.

Co-authored-by: kennykerr <9845234+kennykerr@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot fix all build failures.

Fixed the formatting issue in commit b5feab0. The problem was trailing spaces in documentation comment lines that didn't meet rustfmt standards.

@kennykerr kennykerr marked this pull request as ready for review January 16, 2026 16:50
@kennykerr kennykerr merged commit a7197b9 into master Jan 16, 2026
32 checks passed
@kennykerr kennykerr deleted the copilot/implement-issue-3766 branch January 16, 2026 16:52
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.

Document specific-deps option

2 participants

Comments