Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoPorg committed Dec 28, 2024
1 parent 2d8e2cc commit c7d61b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,8 @@ impl WMIConnection {
/// }
///
/// fn main() -> WMIResult<()> {
///
/// let wmi_con = WMIConnection::new(COMLibrary::new()?)?;
///
/// let printers: Vec<Win32_Printer> = wmi_con.query()?;
///
/// for printer in printers {
Expand Down

0 comments on commit c7d61b5

Please sign in to comment.