We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cef468 commit 7bdb6f1Copy full SHA for 7bdb6f1
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