Skip to content

Merge pull request #42 from Cirru/dyn-eq #124

Merge pull request #42 from Cirru/dyn-eq

Merge pull request #42 from Cirru/dyn-eq #124

Triggered via push June 5, 2024 12:34
Status Success
Total duration 49s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
mutable key type: src/lib.rs#L130
warning: mutable key type --> src/lib.rs:130:15 | 130 | let mut zs: HashMap<Edn, Edn> = HashMap::new(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
mutable key type: src/lib.rs#L115
warning: mutable key type --> src/lib.rs:115:15 | 115 | let mut ys: HashSet<Edn> = HashSet::new(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type = note: `#[warn(clippy::mutable_key_type)]` on by default
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/