Handle message marks on non-64-bit platforms #465
Annotations
5 warnings
test (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mozilla-actions/sccache-action@v0.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[clippy] src/message/mod.rs#L341:
src/message/mod.rs#L341
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/message/mod.rs:341:30
|
341 | if hash_event_id(&event_id)? == ev_hash {
| ^^^^^^^^^ help: change this to: `event_id`
|
= 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
|
[clippy] src/message/mod.rs#L361:
src/message/mod.rs#L361
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/message/mod.rs:361:31
|
361 | let x = hash_event_id(&event_id)?;
| ^^^^^^^^^ help: change this to: `event_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mozilla-actions/sccache-action@v0.0.3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mozilla-actions/sccache-action@v0.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|