Skip to content

Fix dev symlinks on Linux #418

Fix dev symlinks on Linux

Fix dev symlinks on Linux #418

Triggered via pull request November 3, 2023 14:12
Status Success
Total duration 9m 53s
Artifacts

test.yaml

on: pull_request
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#L47
warning: docs for function which may panic missing `# Panics` section --> bin/src/commands/launch.rs:47:1 | 47 | pub fn execute(matches: &ArgMatches) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first possible panic found here --> bin/src/commands/launch.rs:88:21 | 88 | 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#L47
warning: docs for function which may panic missing `# Panics` section --> bin/src/commands/launch.rs:47:1 | 47 | pub fn execute(matches: &ArgMatches) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first possible panic found here --> bin/src/commands/launch.rs:88:21 | 88 | 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)]`