1
1
error: spawned process is never `wait()`ed on
2
- --> tests/ui/zombie_processes.rs:15 :21
2
+ --> tests/ui/zombie_processes.rs:14 :21
3
3
|
4
4
LL | let mut x = Command::new("").spawn().unwrap();
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -11,7 +11,7 @@ LL | let mut x = Command::new("").spawn().unwrap();
11
11
= help: to override `-D warnings` add `#[allow(clippy::zombie_processes)]`
12
12
13
13
error: spawned process is never `wait()`ed on
14
- --> tests/ui/zombie_processes.rs:42 :21
14
+ --> tests/ui/zombie_processes.rs:41 :21
15
15
|
16
16
LL | let mut x = Command::new("").spawn().unwrap();
17
17
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -21,7 +21,7 @@ LL | let mut x = Command::new("").spawn().unwrap();
21
21
= note: see https://doc.rust-lang.org/stable/std/process/struct.Child.html#warning
22
22
23
23
error: spawned process is never `wait()`ed on
24
- --> tests/ui/zombie_processes.rs:67 :21
24
+ --> tests/ui/zombie_processes.rs:66 :21
25
25
|
26
26
LL | let mut x = Command::new("").spawn().unwrap();
27
27
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -31,7 +31,7 @@ LL | let mut x = Command::new("").spawn().unwrap();
31
31
= note: see https://doc.rust-lang.org/stable/std/process/struct.Child.html#warning
32
32
33
33
error: spawned process is never `wait()`ed on
34
- --> tests/ui/zombie_processes.rs:74 :21
34
+ --> tests/ui/zombie_processes.rs:73 :21
35
35
|
36
36
LL | let mut x = Command::new("").spawn().unwrap();
37
37
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -41,7 +41,7 @@ LL | let mut x = Command::new("").spawn().unwrap();
41
41
= note: see https://doc.rust-lang.org/stable/std/process/struct.Child.html#warning
42
42
43
43
error: spawned process is never `wait()`ed on
44
- --> tests/ui/zombie_processes.rs:100 :21
44
+ --> tests/ui/zombie_processes.rs:99 :21
45
45
|
46
46
LL | let mut x = Command::new("").spawn().unwrap();
47
47
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -51,7 +51,7 @@ LL | let mut x = Command::new("").spawn().unwrap();
51
51
= note: see https://doc.rust-lang.org/stable/std/process/struct.Child.html#warning
52
52
53
53
error: spawned process is never `wait()`ed on
54
- --> tests/ui/zombie_processes.rs:109 :21
54
+ --> tests/ui/zombie_processes.rs:108 :21
55
55
|
56
56
LL | let mut x = Command::new("").spawn().unwrap();
57
57
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments