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

refactor: fix clippy::empty-line-after-doc-comments lint issues #221

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Sep 26, 2024

This pull request includes a small change to the crates/wdk-build/src/utils.rs file. The change involves removing an unnecessary blank line in the PathExt trait, that caused clippy::empty-line-after-doc-comments to trigger in latest nightly

  • crates/wdk-build/src/utils.rs: Removed an unnecessary blank line in the strip_extended_length_path_prefix method definition of the PathExt trait.

@wmmc88 wmmc88 added this pull request to the merge queue Sep 26, 2024
Merged via the queue into microsoft:main with commit 5806020 Sep 26, 2024
62 checks passed
@wmmc88 wmmc88 deleted the fix-nightly-clippy-9-25-24 branch September 26, 2024 17:56
@wmmc88 wmmc88 mentioned this pull request Sep 27, 2024
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.

3 participants