From 5806020573b54e217d856915ce14a5b8592decf9 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Thu, 26 Sep 2024 11:28:28 -0600 Subject: [PATCH] refactor: fix `clippy::empty-line-after-doc-comments` lint issues (#221) --- crates/wdk-build/src/utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wdk-build/src/utils.rs b/crates/wdk-build/src/utils.rs index 5fbc0b0e..3785ef17 100644 --- a/crates/wdk-build/src/utils.rs +++ b/crates/wdk-build/src/utils.rs @@ -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; }