Skip to content

Commit 2498834

Browse files
committed
fix: naming.
1 parent 0d52485 commit 2498834

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-
WindowsError(#[from] windows::core::Error),
19+
WindowsErr(#[from] windows::core::Error),
2020
#[error(transparent)]
2121
#[cfg(target_os = "windows")]
2222
Utf16(#[from] std::string::FromUtf16Error),

0 commit comments

Comments
 (0)