Skip to content

Commit

Permalink
refactor: fix clippy::empty-line-after-doc-comments lint issues (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 authored Sep 26, 2024
1 parent 53647b0 commit 5806020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wdk-build/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pub trait PathExt {
///
/// Returns an error defined by the implementer if unable to strip the
/// extended path length prefix.
fn strip_extended_length_path_prefix(&self) -> Result<PathBuf, Self::Error>;
}

Expand Down

0 comments on commit 5806020

Please sign in to comment.