Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadravid committed Feb 24, 2025
1 parent 545f488 commit 25d2735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result_enumerator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl IWbemClassWrapper {
where
T: de::DeserializeOwned,
{
from_wbem_class_obj(self).map_err(WMIError::from)
from_wbem_class_obj(self)
}
}

Expand Down

0 comments on commit 25d2735

Please sign in to comment.