Replace repl crate #485
check.yml
on: push
stable / fmt
17s
nightly / doc
59s
ubuntu / stable / features
1m 12s
Matrix: clippy
Matrix: msrv
Annotations
14 warnings
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
field `messages` is never read:
tui/src/main.rs#L31
warning: field `messages` is never read
--> tui/src/main.rs:31:5
|
27 | struct App {
| --- field in this struct
...
31 | messages: Vec<String>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused imports: `Line`, `ListItem`, `List`, and `Span`:
tui/src/main.rs#L11
warning: unused imports: `Line`, `ListItem`, `List`, and `Span`
--> tui/src/main.rs:11:12
|
11 | text::{Line, Span},
| ^^^^ ^^^^
12 | widgets::{Block, List, ListItem, Paragraph},
| ^^^^ ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
field `messages` is never read:
tui/src/main.rs#L31
warning: field `messages` is never read
--> tui/src/main.rs:31:5
|
27 | struct App {
| --- field in this struct
...
31 | messages: Vec<String>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused imports: `Line`, `ListItem`, `List`, and `Span`:
tui/src/main.rs#L11
warning: unused imports: `Line`, `ListItem`, `List`, and `Span`
--> tui/src/main.rs:11:12
|
11 | text::{Line, Span},
| ^^^^ ^^^^
12 | widgets::{Block, List, ListItem, Paragraph},
| ^^^^ ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / 1.72.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|