build(deps): bump regex from 1.12.4 to 1.13.1 in /rs #341
lint.yml
on: pull_request
lint-python-code
6s
lint-rust-code
34s
Annotations
1 warning
|
redundant reference in `format!` argument:
rs/src/main.rs#L110
warning: redundant reference in `format!` argument
--> src/modules/clone.rs:110:81
|
110 | repo_identifier = format!("{}/{}", repo_type.get_plural_name(), &name);
| ^^^^^ help: remove the redundant `&`: `name`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
= note: `#[warn(clippy::useless_borrows_in_formatting)]` on by default
|