We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5545959 commit f1a945dCopy full SHA for f1a945d
library/std/src/process.rs
@@ -2318,10 +2318,8 @@ pub fn exit(code: i32) -> ! {
2318
/// Terminates the process in an abnormal fashion.
2319
///
2320
/// The function will never return and will immediately terminate the current
2321
-/// process in a platform specific "abnormal" manner.
2322
-///
2323
-/// Note that because this function never returns, and that it terminates the
2324
-/// process, no destructors on the current stack or any other thread's stack
+/// process in a platform specific "abnormal" manner. Therefore,
+/// no destructors on the current stack or any other thread's stack
2325
/// will be run.
2326
2327
/// Rust IO buffers (eg, from `BufWriter`) will not be flushed.
0 commit comments