Skip to content

Commit

Permalink
Merge pull request #696 from xxshady/patch-1
Browse files Browse the repository at this point in the history
remove outdated docs part on Dbghelp::ensure_open
  • Loading branch information
ChrisDenton authored Jan 22, 2025
2 parents 6cef468 + 7bdb6f1 commit e33eaac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dbghelp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ macro_rules! dbghelp {
impl Dbghelp {
/// Attempts to open `dbghelp.dll`. Returns success if it works or
/// error if `LoadLibraryW` fails.
///
/// Panics if library is already loaded.
fn ensure_open(&mut self) -> Result<(), ()> {
if !self.dll.is_null() {
return Ok(())
Expand Down

0 comments on commit e33eaac

Please sign in to comment.