summaryrefslogtreecommitdiffstats
path: root/tokio/src/process
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-05 23:38:52 -0800
committerGitHub <noreply@github.com>2019-11-05 23:38:52 -0800
commit0da23aad772afb22db8edf73ac0f034c5ada3bde (patch)
treeacebe4125a39a5ee81815b19587ffad400559bb8 /tokio/src/process
parentd5c1119c881c9a8b511aa9000fd26b9bda014256 (diff)
fix clippy (#1737)
Diffstat (limited to 'tokio/src/process')
-rw-r--r--tokio/src/process/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/process/mod.rs b/tokio/src/process/mod.rs
index 3728c6cc..251d2ada 100644
--- a/tokio/src/process/mod.rs
+++ b/tokio/src/process/mod.rs
@@ -479,7 +479,7 @@ impl Command {
/// will be called and the spawn operation will immediately return with a
/// failure.
///
- /// # Notes and Safety
+ /// # Safety
///
/// This closure will be run in the context of the child process after a
/// `fork`. This primarily means that any modifications made to memory on