Skip to content

Commit 6dfa45d

Browse files
author
Pirh
committed
Remove extraneous brackets from abort documentation
As per rust-lang#29370
1 parent 1fd3a42 commit 6dfa45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ pub fn exit(code: i32) -> ! {
11421142
/// }
11431143
/// ```
11441144
///
1145-
/// The [`abort`] function terminates the process, so the destructor will not
1145+
/// The `abort` function terminates the process, so the destructor will not
11461146
/// get run on the example below:
11471147
///
11481148
/// ```no_run

0 commit comments

Comments
 (0)