Skip to content

style: cargo fmt

style: cargo fmt #14

Triggered via push March 23, 2024 09:50
Status Success
Total duration 5m 0s
Artifacts 31
Matrix: Compile
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
this `MutexGuard` is held across an `await` point: tuic-client/src/connection/mod.rs#L148
warning: this `MutexGuard` is held across an `await` point --> tuic-client/src/connection/mod.rs:148:32 | 148 | let new_conn = ENDPOINT.get().unwrap().lock().connect().await?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await note: these are all the `await` points this lock is held through --> tuic-client/src/connection/mod.rs:148:73 | 148 | let new_conn = ENDPOINT.get().unwrap().lock().connect().await?; | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock
this `MutexGuard` is held across an `await` point: tuic-client/src/connection/mod.rs#L131
warning: this `MutexGuard` is held across an `await` point --> tuic-client/src/connection/mod.rs:131:13 | 131 | / ENDPOINT 132 | | .get() 133 | | .unwrap() 134 | | .lock() | |_______________________^ | = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await note: these are all the `await` points this lock is held through --> tuic-client/src/connection/mod.rs:136:18 | 136 | .await | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock = note: `#[warn(clippy::await_holding_lock)]` on by default
you should consider adding a `Default` implementation for `Heartbeat`: tuic/src/protocol/heartbeat.rs#L16
warning: you should consider adding a `Default` implementation for `Heartbeat` --> tuic/src/protocol/heartbeat.rs:16:5 | 16 | / pub const fn new() -> Self { 17 | | Self 18 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default = note: `#[warn(clippy::new_without_default)]` on by default help: try adding this | 12 + impl Default for Heartbeat { 13 + fn default() -> Self { 14 + Self::new() 15 + } 16 + } |
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release
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/
Release
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/

Artifacts

Produced during runtime
Name Size
binaries Expired
31.2 MB
binary-aarch64-apple-darwin-tuic-client Expired
985 KB
binary-aarch64-apple-darwin-tuic-server Expired
965 KB
binary-aarch64-unknown-linux-gnu-tuic-client Expired
1.08 MB
binary-aarch64-unknown-linux-gnu-tuic-server Expired
1.07 MB
binary-aarch64-unknown-linux-musl-tuic-client Expired
1.16 MB
binary-aarch64-unknown-linux-musl-tuic-server Expired
1.14 MB
binary-armv7-unknown-linux-gnueabi-tuic-client Expired
1.04 MB
binary-armv7-unknown-linux-gnueabi-tuic-server Expired
1.02 MB
binary-armv7-unknown-linux-gnueabihf-tuic-client Expired
1.07 MB
binary-armv7-unknown-linux-gnueabihf-tuic-server Expired
1.06 MB
binary-armv7-unknown-linux-musleabi-tuic-client Expired
1.1 MB
binary-armv7-unknown-linux-musleabi-tuic-server Expired
1.08 MB
binary-armv7-unknown-linux-musleabihf-tuic-client Expired
1.1 MB
binary-armv7-unknown-linux-musleabihf-tuic-server Expired
1.08 MB
binary-i686-pc-windows-msvc-tuic-client Expired
743 KB
binary-i686-pc-windows-msvc-tuic-server Expired
734 KB
binary-i686-unknown-linux-gnu-tuic-client Expired
1020 KB
binary-i686-unknown-linux-gnu-tuic-server Expired
1010 KB
binary-i686-unknown-linux-musl-tuic-client Expired
1.03 MB
binary-i686-unknown-linux-musl-tuic-server Expired
1.02 MB
binary-x86_64-apple-darwin-tuic-client Expired
1.05 MB
binary-x86_64-apple-darwin-tuic-server Expired
1.03 MB
binary-x86_64-pc-windows-msvc-tuic-client Expired
947 KB
binary-x86_64-pc-windows-msvc-tuic-server Expired
933 KB
binary-x86_64-unknown-freebsd-tuic-client Expired
1.12 MB
binary-x86_64-unknown-freebsd-tuic-server Expired
1.1 MB
binary-x86_64-unknown-linux-gnu-tuic-client Expired
1.13 MB
binary-x86_64-unknown-linux-gnu-tuic-server Expired
1.12 MB
binary-x86_64-unknown-linux-musl-tuic-client Expired
1.2 MB
binary-x86_64-unknown-linux-musl-tuic-server Expired
1.18 MB