We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac27c3 commit 5a7e9adCopy full SHA for 5a7e9ad
src/libstd/process.rs
@@ -1061,12 +1061,12 @@ pub fn exit(code: i32) -> ! {
1061
///
1062
/// ```
1063
/// use std::process;
1064
-///
+///
1065
/// fn main() {
1066
/// println!("aborting");
1067
1068
/// process::abort();
1069
1070
/// // execution never gets here
1071
/// }
1072
0 commit comments