Skip to content

[beta] Development Build v21 • Beta. Fix typo #64

[beta] Development Build v21 • Beta. Fix typo

[beta] Development Build v21 • Beta. Fix typo #64

Triggered via push January 16, 2024 22:03
Status Cancelled
Total duration 5m 27s
Artifacts

tauri-build.yml

on: push
Matrix: test-tauri
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 19 warnings
test-tauri (windows-latest)
The run was canceled by @DIDIRUS4.
test-tauri (windows-latest)
The operation was canceled.
test-tauri (ubuntu-22.04)
The run was canceled by @DIDIRUS4.
test-tauri (ubuntu-22.04)
The operation was canceled.
test-tauri (ubuntu-20.04)
The run was canceled by @DIDIRUS4.
test-tauri (ubuntu-20.04)
The operation was canceled.
useless use of `format!`: theseus/src/state/mod.rs#L196
warning: useless use of `format!` --> theseus/src/state/mod.rs:196:53 | 196 | let _ = discord_rpc.force_set_activity(&format!("{}", selected_phrase), true).await; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `selected_phrase.to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format
useless use of `format!`: theseus/src/state/discord.rs#L272
warning: useless use of `format!` --> theseus/src/state/discord.rs:272:32 | 272 | self.set_activity(&format!("{}", selected_phrase), reconnect_if_fail).await?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `selected_phrase.to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format = note: `#[warn(clippy::useless_format)]` on by default
this expression creates a reference which is immediately dereferenced by the compiler: theseus/src/state/discord.rs#L166
warning: this expression creates a reference which is immediately dereferenced by the compiler --> theseus/src/state/discord.rs:166:29 | 166 | .small_text(&build_download) | ^^^^^^^^^^^^^^^ help: change this to: `build_download` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
unnecessary parentheses around `if` condition: theseus/src/api/download.rs#L24
warning: unnecessary parentheses around `if` condition --> theseus/src/api/download.rs:24:19 | 24 | } else if (os_type.to_lowercase() == "MacOS".to_lowercase()) { | ^ ^ | help: remove these parentheses | 24 - } else if (os_type.to_lowercase() == "MacOS".to_lowercase()) { 24 + } else if os_type.to_lowercase() == "MacOS".to_lowercase() { |
unnecessary parentheses around `if` condition: theseus/src/api/download.rs#L18
warning: unnecessary parentheses around `if` condition --> theseus/src/api/download.rs:18:12 | 18 | if (os_type.to_lowercase() == "Windows".to_lowercase()) { | ^ ^ | help: remove these parentheses | 18 - if (os_type.to_lowercase() == "Windows".to_lowercase()) { 18 + if os_type.to_lowercase() == "Windows".to_lowercase() { |
unnecessary parentheses around `if` condition: theseus/src/api/download.rs#L16
warning: unnecessary parentheses around `if` condition --> theseus/src/api/download.rs:16:8 | 16 | if (auto_update_supported) { | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 16 - if (auto_update_supported) { 16 + if auto_update_supported { |
braces around Deserialize is unnecessary: theseus/src/api/hydra/complete.rs#L3
warning: braces around Deserialize is unnecessary --> theseus/src/api/hydra/complete.rs:3:1 | 3 | use serde::{Deserialize}; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> theseus/src/lib.rs:7:9 | 7 | #![warn(unused_import_braces)] | ^^^^^^^^^^^^^^^^^^^^
test-tauri (windows-latest): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"
test-tauri (windows-latest): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (windows-latest): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (windows-latest): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"
test-tauri (ubuntu-22.04): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"
test-tauri (ubuntu-22.04): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (ubuntu-22.04): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (ubuntu-22.04): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"
test-tauri (ubuntu-20.04): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"
test-tauri (ubuntu-20.04): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (ubuntu-20.04): theseus_gui/src/pages/Settings.vue#L588
Attribute "id" should go before "class"
test-tauri (ubuntu-20.04): theseus_gui/src/components/ui/AccountsCard.vue#L115
Attribute "v-model" should go before "type"