refactor: move to muda
and tray_icon
crates
#676
Annotations
2 errors and 5 warnings
items were found after the testing module:
core/tauri/src/lib.rs#L896
error: items were found after the testing module
--> core/tauri/src/lib.rs:896:1
|
896 | / mod test_utils {
897 | | use proptest::prelude::*;
898 | |
899 | | pub fn assert_send<T: Send>() {}
... |
937 | |
938 | | pub(crate) use run_main_thread;
| |_______________________________^
|
= help: move the items to before the testing module was defined
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_test_module
= note: `-D clippy::items-after-test-module` implied by `-D warnings`
|
items were found after the testing module:
core/tauri/src/lib.rs#L896
error: items were found after the testing module
--> core/tauri/src/lib.rs:896:1
|
896 | / mod test_utils {
897 | | use proptest::prelude::*;
898 | |
899 | | pub fn assert_send<T: Send>() {}
... |
937 | |
938 | | pub(crate) use run_main_thread;
| |_______________________________^
|
= help: move the items to before the testing module was defined
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_test_module
= note: `-D clippy::items-after-test-module` implied by `-D warnings`
|
schema
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
schema
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/
|
schema
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/
|
schema
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/
|
schema
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/
|