microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

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

Closed wmmc88 closed 2 weeks ago

wmmc88 commented 3 weeks ago

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