We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5545959 commit 2a066bdCopy full SHA for 2a066bd
library/std/src/process.rs
@@ -2320,8 +2320,8 @@ pub fn exit(code: i32) -> ! {
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
+/// Note that because this function never returns and terminates the process,
+/// 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