Skip to content

build(deps): bump regex from 1.12.4 to 1.13.1 in /rs #341

build(deps): bump regex from 1.12.4 to 1.13.1 in /rs

build(deps): bump regex from 1.12.4 to 1.13.1 in /rs #341

Triggered via pull request July 24, 2026 08:06
Status Success
Total duration 38s
Artifacts

lint.yml

on: pull_request
lint-python-code
6s
lint-python-code
lint-rust-code
34s
lint-rust-code
Fit to window
Zoom out
Zoom in

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