We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d52485 commit 2498834Copy full SHA for 2498834
1 file changed
plugins/recent-doc/src/error.rs
@@ -16,7 +16,7 @@ pub enum Error {
16
// Transform windows error into our error type
17
#[error(transparent)]
18
#[cfg(target_os = "windows")]
19
- WindowsError(#[from] windows::core::Error),
+ WindowsErr(#[from] windows::core::Error),
20
21
22
Utf16(#[from] std::string::FromUtf16Error),
0 commit comments