mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Fix error comment
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ pub enum Error {
|
||||
/// The source error.
|
||||
source: WindowsError
|
||||
},
|
||||
/// The `LoadLibraryW` call failed and system did not report an error.
|
||||
/// The `GetModuleHandleExW` call failed and system did not report an error.
|
||||
GetModuleHandleExWUnknown,
|
||||
/// The `GetProcAddress` call failed.
|
||||
GetProcAddress {
|
||||
|
||||
Reference in New Issue
Block a user