Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a drop explicit to please clippy
``` warning: unused return value of `std::ffi::CString::from_raw` that must be used --> pcsc/src/lib.rs:1016:18 | 1016 | unsafe { CString::from_raw(self.inner.szReader as *mut c_char) }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(from_raw(ptr))` if you intend to drop the `CString` = note: `#[warn(unused_must_use)]` on by default ```
- Loading branch information