We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a055a39 commit 432a2d2Copy full SHA for 432a2d2
registry/src/registry_helper.rs
@@ -125,7 +125,7 @@ impl RegistryHelper {
125
None => &RegistryValueData::None,
126
};
127
128
- let Ok(value_name) = U16CString::from_str(&value_name) else {
+ let Ok(value_name) = U16CString::from_str(value_name) else {
129
return self.handle_error_or_what_if(RegistryError::Utf16Conversion("valueName".to_string()));
130
131
0 commit comments