feat: add up_network tool #58
Triggered via pull request
February 6, 2026 11:49
Daanvdplas
synchronize
#27
Status
Success
Total duration
7s
Artifacts
–
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
4s
Annotations
68 errors
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L412
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:412:17
|
412 | "asset-hub#1000:9944".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub#1000:9944".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L411
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:411:17
|
411 | "--parachain".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--parachain".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L410
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:410:17
|
410 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L409
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:409:17
|
409 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L408
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:408:17
|
408 | "./network.toml".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"./network.toml".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L407
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:407:17
|
407 | "network".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `"network".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L406
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:406:17
|
406 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L399
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:399:34
|
399 | parachain: Some(vec!["asset-hub#1000:9944".to_string()]),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub#1000:9944".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L388
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:388:17
|
388 | "asset-hub".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L387
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:387:17
|
387 | "--parachain".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--parachain".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L386
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:386:17
|
386 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L385
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:385:17
|
385 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L384
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:384:17
|
384 | "paseo".to_string(),
| ^^^^^^^^^^^^^^^^^^^ help: try: `"paseo".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L383
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:383:17
|
383 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L376
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:376:34
|
376 | parachain: Some(vec!["asset-hub".to_string()]),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L365
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:365:17
|
365 | "--verbose".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--verbose".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L364
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:364:17
|
364 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L363
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:363:17
|
363 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L362
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:362:17
|
362 | "kusama".to_string(),
| ^^^^^^^^^^^^^^^^^^^^ help: try: `"kusama".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L361
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:361:17
|
361 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L343
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:343:17
|
343 | "--verbose".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--verbose".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L342
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:342:17
|
342 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L341
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:341:17
|
341 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L340
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:340:17
|
340 | "./network.toml".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"./network.toml".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L339
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:339:17
|
339 | "network".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `"network".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L338
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:338:17
|
338 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L320
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:320:17
|
320 | "--detach".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L319
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:319:17
|
319 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L318
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:318:17
|
318 | "paseo".to_string(),
| ^^^^^^^^^^^^^^^^^^^ help: try: `"paseo".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L317
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:317:17
|
317 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L299
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:299:17
|
299 | "--detach".to_string()
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L298
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:298:17
|
298 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L297
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:297:17
|
297 | "./network.toml".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"./network.toml".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L296
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:296:17
|
296 | "network".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `"network".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L295
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:295:17
|
295 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L274
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:274:17
|
274 | "asset-hub#1000:9944".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub#1000:9944".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L273
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:273:17
|
273 | "asset-hub".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"asset-hub".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L261
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:261:34
|
261 | parachain: Some(vec![" ".to_string()]),
| ^^^^^^^^^^^^^^^ help: try: `" ".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L129
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:129:19
|
129 | args.push("--verbose".to_string());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--verbose".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L124
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:124:19
|
124 | args.push("--parachain".to_string());
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--parachain".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L118
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:118:13
|
118 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L117
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:117:13
|
117 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L116
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:116:13
|
116 | chain.to_string(),
| ^^^^^^^^^^^^^^^^^ help: try: `chain.to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L115
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:115:13
|
115 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L112
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:112:13
|
112 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L111
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:111:13
|
111 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L110
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:110:13
|
110 | path.to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `path.to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L109
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:109:13
|
109 | "network".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `"network".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L108
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:108:13
|
108 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
= note: requested on the command line with `-D clippy::str-to-string`
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L129
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:129:19
|
129 | args.push("--verbose".to_string());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--verbose".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L124
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:124:19
|
124 | args.push("--parachain".to_string());
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--parachain".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L118
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:118:13
|
118 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L117
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:117:13
|
117 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L116
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:116:13
|
116 | chain.to_string(),
| ^^^^^^^^^^^^^^^^^ help: try: `chain.to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L115
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:115:13
|
115 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L112
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:112:13
|
112 | "--detach".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: `"--detach".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L111
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:111:13
|
111 | "-y".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"-y".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L110
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:110:13
|
110 | path.to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `path.to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L109
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:109:13
|
109 | "network".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `"network".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
|
|
`to_string()` called on a `&str`:
src/tools/up/network.rs#L108
error: `to_string()` called on a `&str`
--> src/tools/up/network.rs:108:13
|
108 | "up".to_string(),
| ^^^^^^^^^^^^^^^^ help: try: `"up".to_owned()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#str_to_string
= note: requested on the command line with `-D clippy::str-to-string`
|
|
this assertion is always `false`:
src/executor.rs#L263
error: this assertion is always `false`
--> src/executor.rs:263:17
|
263 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L257
error: this assertion is always `false`
--> src/executor.rs:257:21
|
257 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L248
error: this assertion is always `false`
--> src/executor.rs:248:13
|
248 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L242
error: this assertion is always `false`
--> src/executor.rs:242:17
|
242 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L220
error: this assertion is always `false`
--> src/executor.rs:220:17
|
220 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L214
error: this assertion is always `false`
--> src/executor.rs:214:21
|
214 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L205
error: this assertion is always `false`
--> src/executor.rs:205:13
|
205 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
|
|
this assertion is always `false`:
src/executor.rs#L199
error: this assertion is always `false`
--> src/executor.rs:199:17
|
199 | assert!(false);
| ^^^^^^^^^^^^^^
|
= help: replace this with `panic!()` or `unreachable!()`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
= note: `-D clippy::assertions-on-constants` implied by `-D clippy::style`
= help: to override `-D clippy::style` add `#[allow(clippy::assertions_on_constants)]`
|