Be more specific about the implications of the panic!

This commit is contained in:
Stefan Schindler 2017-07-05 22:58:39 +02:00
parent d5390573ba
commit 9e001ce865

View File

@ -26,7 +26,7 @@
///
/// # Current implementation
///
/// If the main thread panics it will return with code `101`.
/// If the main thread panics it will terminate all your threads and end your program with code `101`.
///
/// # Examples
///