Skip to content

Commit b562a5b

Browse files
Legend-MasterKokoro2336
authored andcommitted
Revert "fix: naming."
This reverts commit 2498834.
1 parent 4482cae commit b562a5b

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)