README.md: some rewording #143
Annotations
3 errors and 8 warnings
this bound is already specified as the supertrait of `DoubleEndedIterator`:
crates/types/src/lib.rs#L50
error: this bound is already specified as the supertrait of `DoubleEndedIterator`
--> crates/types/src/lib.rs:50:26
|
50 | pub fn iter() -> impl Iterator<Item = $t<AXIS>>
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
170 | / coord_type!(
171 | | ChunkCoord,
172 | | CHUNKS_PER_REGION,
173 | | "A chunk coordinate relative to a region",
174 | | );
| |_- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#implied_bounds_in_impls
= note: this error originates in the macro `coord_type` (in Nightly builds, run with -Z macro-backtrace for more info)
help: try removing this bound
|
50 - pub fn iter() -> impl Iterator<Item = $t<AXIS>>
51 - + DoubleEndedIterator
50 + pub fn iter() -> impl DoubleEndedIterator<Item = $t<AXIS>>
|
|
this bound is already specified as the supertrait of `DoubleEndedIterator`:
crates/types/src/lib.rs#L50
error: this bound is already specified as the supertrait of `DoubleEndedIterator`
--> crates/types/src/lib.rs:50:26
|
50 | pub fn iter() -> impl Iterator<Item = $t<AXIS>>
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
66 | / coord_type!(
67 | | BlockCoord,
68 | | BLOCKS_PER_CHUNK,
69 | | "A block coordinate relative to a chunk",
70 | | );
| |_- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#implied_bounds_in_impls
= note: `-D clippy::implied-bounds-in-impls` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::implied_bounds_in_impls)]`
= note: this error originates in the macro `coord_type` (in Nightly builds, run with -Z macro-backtrace for more info)
help: try removing this bound
|
50 - pub fn iter() -> impl Iterator<Item = $t<AXIS>>
51 - + DoubleEndedIterator
50 + pub fn iter() -> impl DoubleEndedIterator<Item = $t<AXIS>>
|
|
clippy
Clippy had exited with the 101 exit code
|
viewer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
build (ubuntu-20.04, x86_64-unknown-linux-gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-11, aarch64-apple-darwin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-11, x86_64-apple-darwin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-2019, i686-pc-windows-msvc, .exe)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-2019, x86_64-pc-windows-msvc, .exe)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
MinedMap-2.1.0-2-gbccd6d6-aarch64-apple-darwin
Expired
|
4.65 MB |
|
MinedMap-2.1.0-2-gbccd6d6-i686-pc-windows-msvc
Expired
|
3.81 MB |
|
MinedMap-2.1.0-2-gbccd6d6-viewer
Expired
|
427 KB |
|
MinedMap-2.1.0-2-gbccd6d6-x86_64-apple-darwin
Expired
|
5.07 MB |
|
MinedMap-2.1.0-2-gbccd6d6-x86_64-pc-windows-msvc
Expired
|
4.7 MB |
|
MinedMap-2.1.0-2-gbccd6d6-x86_64-unknown-linux-gnu
Expired
|
5.61 MB |
|