Skip to content

update deps

update deps #407

Triggered via push November 2, 2023 11:35
Status Success
Total duration 9m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
docs for function which may panic missing `# Panics` section: bin/src/commands/launch.rs#L44
warning: docs for function which may panic missing `# Panics` section --> bin/src/commands/launch.rs:44:1 | 44 | pub fn execute(matches: &ArgMatches) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first possible panic found here --> bin/src/commands/launch.rs:85:21 | 85 | let regex = Regex::new(r"publishedid\s*=\s*(\d+);").unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc note: the lint level is defined here --> bin/src/lib.rs:2:9 | 2 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::missing_panics_doc)]` implied by `#[warn(clippy::pedantic)]`
docs for function which may panic missing `# Panics` section: bin/src/commands/launch.rs#L44
warning: docs for function which may panic missing `# Panics` section --> bin/src/commands/launch.rs:44:1 | 44 | pub fn execute(matches: &ArgMatches) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first possible panic found here --> bin/src/commands/launch.rs:85:21 | 85 | let regex = Regex::new(r"publishedid\s*=\s*(\d+);").unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc note: the lint level is defined here --> bin/src/lib.rs:2:9 | 2 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::missing_panics_doc)]` implied by `#[warn(clippy::pedantic)]`