feat: color map asset (#15) #44
check.yml
on: push
nightly / fmt
13s
nightly / doc
20s
ubuntu / nightly / features
24s
Matrix: clippy
Annotations
5 warnings
usage of wildcard import:
ashen/src/packfile/mod.rs#L3
warning: usage of wildcard import
--> ashen/src/packfile/mod.rs:3:5
|
3 | use engine::utils::nom::*;
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `engine::utils::nom::{Result, bytes, multi, number}`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
= note: `-W clippy::wildcard-imports` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::wildcard_imports)]`
|
usage of wildcard import:
engine/src/asset/color_map.rs#L2
warning: usage of wildcard import
--> engine/src/asset/color_map.rs:2:5
|
2 | use crate::utils::nom::*;
| ^^^^^^^^^^^^^^^^^^^^ help: try: `crate::utils::nom::{Result, multi, number}`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
= note: `-W clippy::wildcard-imports` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::wildcard_imports)]`
|
nightly / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
usage of wildcard import:
ashen/src/packfile/mod.rs#L3
warning: usage of wildcard import
--> ashen/src/packfile/mod.rs:3:5
|
3 | use engine::utils::nom::*;
| ^^^^^^^^^^^^^^^^^^^^^ help: try: `engine::utils::nom::{Result, bytes, multi, number}`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
= note: `-W clippy::wildcard-imports` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::wildcard_imports)]`
|
usage of wildcard import:
engine/src/asset/color_map.rs#L2
warning: usage of wildcard import
--> engine/src/asset/color_map.rs:2:5
|
2 | use crate::utils::nom::*;
| ^^^^^^^^^^^^^^^^^^^^ help: try: `crate::utils::nom::{Result, multi, number}`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
= note: `-W clippy::wildcard-imports` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::wildcard_imports)]`
|