Stop using __Nonexhaustive for market type conversion #508
Annotations
2 errors and 14 warnings
|
|
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/
|
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/
|
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/
|
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/
|
src/memory.rs#L25
use of deprecated struct `wasm_bindgen::JsStatic`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/cost_matrix.rs#L6
use of deprecated static `prototypes::COST_MATRIX_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/cost_matrix.rs#L78
use of deprecated static `prototypes::COST_MATRIX_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/room_position.rs#L11
use of deprecated static `prototypes::ROOM_POSITION_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/room_position.rs#L399
use of deprecated static `prototypes::ROOM_POSITION_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/room_position.rs#L413
use of deprecated static `prototypes::ROOM_POSITION_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/objects/impls/room_position.rs#L421
use of deprecated static `prototypes::ROOM_POSITION_PROTOTYPE`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/prototypes.rs#L13
use of deprecated struct `wasm_bindgen::JsStatic`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/prototypes.rs#L20
use of deprecated struct `wasm_bindgen::JsStatic`: use with `#[wasm_bindgen(thread_local)]` instead
|
src/memory.rs#L25
use of deprecated field `wasm_bindgen::JsStatic::__inner`: use with `#[wasm_bindgen(thread_local)]` instead
|
This job was cancelled
Loading