Skip to content

Commit 7f05de8

Browse files
committed
Revert "fix: naming."
This reverts commit 2498834.
1 parent b566221 commit 7f05de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/recent-doc/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub enum Error {
1616
// Transform windows error into our error type
1717
#[error(transparent)]
1818
#[cfg(target_os = "windows")]
19-
WindowsErr(#[from] windows::core::Error),
19+
WindowsError(#[from] windows::core::Error),
2020
#[error(transparent)]
2121
#[cfg(target_os = "windows")]
2222
Utf16(#[from] std::string::FromUtf16Error),

0 commit comments

Comments
 (0)