Merge pull request #245 from ricosjp/classcase-to-pascalcase #1150
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
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/
|
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/
|
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/
|
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/
|
espr/src/ast/algorithm.rs#L36
large size difference between variants
|
espr/src/codegen/rust/schema.rs#L39
match expression looks like `matches!` macro
|
espr/src/ir/scope.rs#L81
`if` chain can be rewritten with `match`
|
espr/src/parser/entity/mod.rs#L4
module has the same name as its containing module
|
|
ruststep-derive/src/field_type.rs#L20
methods called `as_*` usually take `self` by reference or `self` by mutable reference
|
ruststep-derive/src/field_type.rs#L54
methods called `as_*` usually take `self` by reference or `self` by mutable reference
|
ruststep-derive/src/field_type.rs#L80
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
ruststep-derive/src/field_type.rs#L89
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
|
The logs for this run have expired and are no longer available.
Loading