boulder/draft: Add support for license matching when running boulder new #1590
ci.yaml
on: pull_request
Build & Test Project
1m 17s
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`
|