Adding build mode for structures #508
Annotations
13 errors and 5 warnings
missing documentation for a method:
cosmos_core/src/structure/ship/build_mode.rs#L48
error: missing documentation for a method
--> cosmos_core/src/structure/ship/build_mode.rs:48:5
|
48 | pub fn get_symmetry(&self, axis: BuildAxis) -> Option<CoordinateType> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a method:
cosmos_core/src/structure/ship/build_mode.rs#L44
error: missing documentation for a method
--> cosmos_core/src/structure/ship/build_mode.rs:44:5
|
44 | pub fn remove_symmetry(&mut self, axis: BuildAxis) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a method:
cosmos_core/src/structure/ship/build_mode.rs#L40
error: missing documentation for a method
--> cosmos_core/src/structure/ship/build_mode.rs:40:5
|
40 | pub fn set_symmetry(&mut self, axis: BuildAxis, coordinate: CoordinateType) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a variant:
cosmos_core/src/structure/ship/build_mode.rs#L28
error: missing documentation for a variant
--> cosmos_core/src/structure/ship/build_mode.rs:28:5
|
28 | Z,
| ^
|
missing documentation for a variant:
cosmos_core/src/structure/ship/build_mode.rs#L27
error: missing documentation for a variant
--> cosmos_core/src/structure/ship/build_mode.rs:27:5
|
27 | Y,
| ^
|
missing documentation for a variant:
cosmos_core/src/structure/ship/build_mode.rs#L26
error: missing documentation for a variant
--> cosmos_core/src/structure/ship/build_mode.rs:26:5
|
26 | X,
| ^
|
missing documentation for an enum:
cosmos_core/src/structure/ship/build_mode.rs#L25
error: missing documentation for an enum
--> cosmos_core/src/structure/ship/build_mode.rs:25:1
|
25 | pub enum BuildAxis {
| ^^^^^^^^^^^^^^^^^^
|
missing documentation for a struct field:
cosmos_core/src/netty/server_reliable_messages.rs#L159
error: missing documentation for a struct field
--> cosmos_core/src/netty/server_reliable_messages.rs:159:9
|
159 | build_mode: BuildMode,
| ^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a variant:
cosmos_core/src/netty/server_reliable_messages.rs#L158
error: missing documentation for a variant
--> cosmos_core/src/netty/server_reliable_messages.rs:158:5
|
158 | UpdateBuildMode {
| ^^^^^^^^^^^^^^^
|
missing documentation for a struct field:
cosmos_core/src/netty/client_reliable_messages.rs#L102
error: missing documentation for a struct field
--> cosmos_core/src/netty/client_reliable_messages.rs:102:9
|
102 | coordinate: Option<CoordinateType>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a struct field:
cosmos_core/src/netty/client_reliable_messages.rs#L101
error: missing documentation for a struct field
--> cosmos_core/src/netty/client_reliable_messages.rs:101:9
|
101 | axis: BuildAxis,
| ^^^^^^^^^^^^^^^
|
missing documentation for a variant:
cosmos_core/src/netty/client_reliable_messages.rs#L100
error: missing documentation for a variant
--> cosmos_core/src/netty/client_reliable_messages.rs:100:5
|
100 | SetSymmetry {
| ^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`
|
build
Clippy had exited with the 101 exit code
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|