This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
Implement Math Block Align #265
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
runs all tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runs all tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
runs all tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
runs all tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
runs all tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
runs all tests:
lib/src/math.rs#L5
unused import: `tracing::info`
|
runs all tests:
lib/src/math.rs#L6
unused import: `typst_syntax::ast::*`
|
runs all tests:
lib/src/math.rs#L57
variable does not need to be mutable
|
runs all tests:
lib/src/math.rs#L117
variable `space` is assigned to, but never used
|
runs all tests:
lib/src/math.rs#L136
value assigned to `space` is never read
|
runs all tests:
lib/src/math.rs#L140
value assigned to `space` is never read
|
runs all tests:
lib/src/utils.rs#L46
variant `Code` is never constructed
|
runs all tests
`typstfmt_lib` (lib) generated 7 warnings (run `cargo fix --lib -p typstfmt_lib` to apply 3 suggestions)
|
runs all tests
`typstfmt_lib` (lib test) generated 7 warnings (7 duplicates)
|