Skip to content

storvsc: Add docs to fix a warning#3576

Merged
smalis-msft merged 1 commit into
microsoft:mainfrom
smalis-msft:storvsc-docs
May 28, 2026
Merged

storvsc: Add docs to fix a warning#3576
smalis-msft merged 1 commit into
microsoft:mainfrom
smalis-msft:storvsc-docs

Conversation

@smalis-msft
Copy link
Copy Markdown
Contributor

The missing_docs expectation here was showing up as unfulfilled in certain builds with certain feature combinations. Fix this by just adding docs.

Copilot AI review requested due to automatic review settings May 27, 2026 19:24
@smalis-msft smalis-msft requested review from a team as code owners May 27, 2026 19:24
@smalis-msft smalis-msft enabled auto-merge (squash) May 27, 2026 19:24
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 eliminates an “unfulfilled lint expectation” warning in storvsc_driver by removing a #![expect(missing_docs)] module attribute and adding Rust doc comments to the newly-public test helper API so the module can compile cleanly across feature combinations.

Changes:

  • Removed #![expect(missing_docs)] from the storvsc test helpers module.
  • Added /// documentation to TestStorvscWorker and its public methods to satisfy missing-docs linting when the module is exposed.

@github-actions
Copy link
Copy Markdown

@smalis-msft smalis-msft merged commit 85da1c7 into microsoft:main May 28, 2026
67 checks passed
@smalis-msft smalis-msft deleted the storvsc-docs branch May 28, 2026 16:48
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.

4 participants