Skip to content

docs: tokenについてをREADME二追加 #37

docs: tokenについてをREADME二追加

docs: tokenについてをREADME二追加 #37

Triggered via push March 28, 2024 09:25
Status Cancelled
Total duration 1m 38s
Artifacts
Build server docker image
1m 29s
Build server docker image
Fit to window
Zoom out
Zoom in

Annotations

4 errors
this creates an owned instance just for comparison: src/main.rs#L218
error: this creates an owned instance just for comparison --> src/main.rs:218:12 | 218 | if auth.token().to_string() != CONFIG.token { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `*auth.token()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cmp_owned
this creates an owned instance just for comparison: src/main.rs#L198
error: this creates an owned instance just for comparison --> src/main.rs:198:12 | 198 | if auth.token().to_string() != CONFIG.token { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `*auth.token()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cmp_owned = note: `-D clippy::cmp-owned` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::cmp_owned)]`
Build server docker image
Canceling since a higher priority waiting request for 'refs/heads/main-docker-build' exists
Build server docker image
The operation was canceled.