diff --git a/src/method.rs b/src/method.rs index 9d6b061..3febd4f 100644 --- a/src/method.rs +++ b/src/method.rs @@ -203,9 +203,8 @@ impl WMIConnection { /// } /// /// fn main() -> WMIResult<()> { - /// /// let wmi_con = WMIConnection::new(COMLibrary::new()?)?; - + /// /// let printers: Vec = wmi_con.query()?; /// /// for printer in printers {