Skip to content

update deps

update deps #407

GitHub Actions / beta succeeded Nov 2, 2023 in 0s

beta

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.74.0-beta.4 (489647f98 2023-10-21)
  • cargo 1.74.0-beta.4 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (489647f 2023-10-21)

Annotations

Check warning on line 44 in bin/src/commands/launch.rs

See this annotation in the file changed.

@github-actions github-actions / beta

docs for function which may panic missing `# Panics` section

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)]`