]> git.lizzy.rs Git - rust.git/commitdiff
adding ///
authorraph <rap2hpoutre@users.noreply.github.com>
Wed, 29 Mar 2017 14:19:23 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2017 14:19:23 +0000 (16:19 +0200)
src/libstd/process.rs

index 32b52d1f77a01bbb885bdf337fbfd37baf75da9e..83d34f71a70a27b00906a6c729e79c1ba2c3df99 100644 (file)
@@ -1058,6 +1058,7 @@ pub fn exit(code: i32) -> ! {
 /// to run.
 ///
 /// # Examples
+///
 /// ```
 /// use std::process;
 ///