Skip to content

improve cjk in displaying #125

improve cjk in displaying

improve cjk in displaying #125

Triggered via pull request June 26, 2024 18:37
@tiyetiye
opened #43
cjk
Status Success
Total duration 42s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
mutable key type: src/lib.rs#L132
warning: mutable key type --> src/lib.rs:132:15 | 132 | 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#L117
warning: mutable key type --> src/lib.rs:117:15 | 117 | 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/