Removing trailing spaces
This commit is contained in:
parent
3ac27c3e54
commit
5a7e9ad64a
1 changed files with 3 additions and 3 deletions
|
|
@ -1061,12 +1061,12 @@ pub fn exit(code: i32) -> ! {
|
|||
///
|
||||
/// ```
|
||||
/// use std::process;
|
||||
///
|
||||
///
|
||||
/// fn main() {
|
||||
/// println!("aborting");
|
||||
///
|
||||
///
|
||||
/// process::abort();
|
||||
///
|
||||
///
|
||||
/// // execution never gets here
|
||||
/// }
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue