Skip to content

Update README.md w/ note about maps & lexical scopes #238

Update README.md w/ note about maps & lexical scopes

Update README.md w/ note about maps & lexical scopes #238

Triggered via push October 2, 2024 12:36
Status Success
Total duration 2m 27s
Artifacts

format-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
style
Unexpected input(s) 'dprint-version', valid inputs are ['entryPoint', 'args']
the borrowed expression implements the required traits: crates/moot/src/lib.rs#L247
warning: the borrowed expression implements the required traits --> crates/moot/src/lib.rs:247:37 | 247 | runner.eval(player, &format!("{command} \"moot-line:{line_no}\";")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `format!("{command} \"moot-line:{line_no}\";")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
unused import: `num_traits::ToPrimitive`: crates/values/src/var/var.rs#L24
warning: unused import: `num_traits::ToPrimitive` --> crates/values/src/var/var.rs:24:5 | 24 | use num_traits::ToPrimitive; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default