Correct description of panic.rs#157254
Conversation
The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.
|
r? @jhpratt rustbot has assigned @jhpratt. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Can you elaborate about what in particular you found confusing about the current description? |
Of course :) I was examining the panic module in
I'm doing research and writing for safety critical rust. Since the distinction between Dunno, the contradiction was a bit unsettling in that moment. I'm not the most seasoned rust dev by a long shot, so when the docs say something that contradicts my understanding of the language, I tend to assume I must be mistaken. This is not the case here, right? This should say "core" instead of "the standard library", right? I'm not 100% sure even right now. |

I was perusing the module documentation and stumbled upon the existing description, which confused me for a minute.
Summary:
The foremost description of this module was:
This commit changes that to: