mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Removing trailing spaces
This commit is contained in:
@@ -1061,12 +1061,12 @@ pub fn exit(code: i32) -> ! {
|
||||
///
|
||||
/// ```
|
||||
/// use std::process;
|
||||
///
|
||||
///
|
||||
/// fn main() {
|
||||
/// println!("aborting");
|
||||
///
|
||||
///
|
||||
/// process::abort();
|
||||
///
|
||||
///
|
||||
/// // execution never gets here
|
||||
/// }
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user