Skip to content

Commit e33eaac

Browse files
authored
Merge pull request #696 from xxshady/patch-1
remove outdated docs part on Dbghelp::ensure_open
2 parents 6cef468 + 7bdb6f1 commit e33eaac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dbghelp.rs

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ macro_rules! dbghelp {
5858
impl Dbghelp {
5959
/// Attempts to open `dbghelp.dll`. Returns success if it works or
6060
/// error if `LoadLibraryW` fails.
61-
///
62-
/// Panics if library is already loaded.
6361
fn ensure_open(&mut self) -> Result<(), ()> {
6462
if !self.dll.is_null() {
6563
return Ok(())

0 commit comments

Comments
 (0)