Skip to content

boulder/draft: Add support for license matching when running boulder new #1590

boulder/draft: Add support for license matching when running boulder new

boulder/draft: Add support for license matching when running boulder new #1590

Triggered via pull request February 8, 2025 19:43
Status Success
Total duration 1m 25s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
1m 17s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

1 warning
[clippy] boulder/src/draft.rs#L150: boulder/src/draft.rs#L150
warning: `to_string()` called on a `&str` --> boulder/src/draft.rs:150:9 | 150 | "UPDATE LICENSE".to_string() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `"UPDATE LICENSE".to_owned()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string = note: requested on the command line with `-W clippy::str-to-string`