Fix dev symlinks on Linux #418
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)]`
|