refactor!: overhaul SoundAssetCollection
. (#48)
#172
test.yml
on: push
ubuntu / nightly / direct-minimal-versions
43s
Matrix: os-check
Matrix: required
Annotations
1 error and 6 warnings
macos-latest / nightly
nodename nor servname provided, or not known (api.github.com:443)
|
docs for function returning `Result` missing `# Errors` section:
engine/src/asset/pack_file.rs#L26
warning: docs for function returning `Result` missing `# Errors` section
--> engine/src/asset/pack_file.rs:26:5
|
26 | pub fn new(input: &[u8]) -> Result<Self> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc
= note: `#[warn(clippy::missing_errors_doc)]` implied by `#[warn(clippy::pedantic)]`
|
docs for function which may panic missing `# Panics` section:
engine/src/asset/color_map.rs#L17
warning: docs for function which may panic missing `# Panics` section
--> engine/src/asset/color_map.rs:17:5
|
17 | pub fn from_12_bit(color: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first possible panic found here
--> engine/src/asset/color_map.rs:19:9
|
19 | assert!(color <= 0xFFF, "12 bit color is smaller than 0xFFF");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc
note: the lint level is defined here
--> engine/src/lib.rs:1:9
|
1 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::missing_panics_doc)]` implied by `#[warn(clippy::pedantic)]`
|
macos-latest / nightly
Failed to download action 'https://api.github.com/repos/dtolnay/rust-toolchain/tarball/53c04d3685fcc3ca67ce478eb9c2ea5c051a4a63'. Error: Operation timed out (api.github.com:443)
|
macos-latest / nightly
Back off 16.868 seconds before retry.
|
macos-latest / nightly
Failed to download action 'https://api.github.com/repos/dtolnay/rust-toolchain/tarball/53c04d3685fcc3ca67ce478eb9c2ea5c051a4a63'. Error: nodename nor servname provided, or not known (codeload.github.com:443)
|
macos-latest / nightly
Back off 25.223 seconds before retry.
|