We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cef468 + 7bdb6f1 commit e33eaacCopy full SHA for e33eaac
src/dbghelp.rs
@@ -58,8 +58,6 @@ macro_rules! dbghelp {
58
impl Dbghelp {
59
/// Attempts to open `dbghelp.dll`. Returns success if it works or
60
/// error if `LoadLibraryW` fails.
61
- ///
62
- /// Panics if library is already loaded.
63
fn ensure_open(&mut self) -> Result<(), ()> {
64
if !self.dll.is_null() {
65
return Ok(())
0 commit comments