Skip to content

Replace repl crate #485

Replace repl crate

Replace repl crate #485

Triggered via push January 25, 2025 10:28
Status Success
Total duration 1m 20s
Artifacts

check.yml

on: push
stable / fmt
17s
stable / fmt
nightly / doc
59s
nightly / doc
ubuntu / stable / features
1m 12s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

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