Add reference assets for 5.3 #32
Annotations
2 warnings
the borrowed expression implements the required traits:
src/main.rs#L238
warning: the borrowed expression implements the required traits
--> src/main.rs:238:27
|
238 | if !is_uasset(&path) {
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|