docs: tokenについてをREADME二追加 #37
build-and-release.yml
on: push
Build server docker image
1m 29s
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.
|