fix clippy (#1737)

This commit is contained in:
Carl Lerche
2019-11-05 23:38:52 -08:00
committed by GitHub
parent d5c1119c88
commit 0da23aad77
7 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -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