From 6dfa45d2ed83ecf25bf457201a3d482be42856ca Mon Sep 17 00:00:00 2001 From: Pirh Date: Wed, 27 Sep 2017 21:13:07 +0100 Subject: Remove extraneous brackets from abort documentation As per #29370 --- src/libstd/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 1869ad3ed70..d1cb90826f9 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -1142,7 +1142,7 @@ pub fn exit(code: i32) -> ! { /// } /// ``` /// -/// The [`abort`] function terminates the process, so the destructor will not +/// The `abort` function terminates the process, so the destructor will not /// get run on the example below: /// /// ```no_run -- cgit 1.4.1-3-g733a5