Skip to content

Commit 25d2735

Browse files
committed
Fix clippy warning
1 parent 545f488 commit 25d2735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/result_enumerator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl IWbemClassWrapper {
8787
where
8888
T: de::DeserializeOwned,
8989
{
90-
from_wbem_class_obj(self).map_err(WMIError::from)
90+
from_wbem_class_obj(self)
9191
}
9292
}
9393

0 commit comments

Comments
 (0)