Meta: mention the cargo install method for spcasm #406
Annotations
6 errors and 8 warnings
unnecessary structure name repetition:
src/parser/token.rs#L233
error: unnecessary structure name repetition
--> src/parser/token.rs:233:43
|
233 | matches!(self, Token::TestComment(..) | Token::Newline(_))
| ^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
|
unnecessary structure name repetition:
src/parser/token.rs#L233
error: unnecessary structure name repetition
--> src/parser/token.rs:233:18
|
233 | matches!(self, Token::TestComment(..) | Token::Newline(_))
| ^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
= note: `-D clippy::use-self` implied by `-D clippy::nursery`
= help: to override `-D clippy::nursery` add `#[allow(clippy::use_self)]`
|
this method could have a `#[must_use]` attribute:
src/parser/token.rs#L232
error: this method could have a `#[must_use]` attribute
--> src/parser/token.rs:232:2
|
232 | pub fn is_newline(&self) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: add the attribute: `#[must_use] pub fn is_newline(&self) -> bool`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#must_use_candidate
= note: `-D clippy::must-use-candidate` implied by `-D clippy::pedantic`
= help: to override `-D clippy::pedantic` add `#[allow(clippy::must_use_candidate)]`
|
unnecessary structure name repetition:
src/parser/token.rs#L233
error: unnecessary structure name repetition
--> src/parser/token.rs:233:43
|
233 | matches!(self, Token::TestComment(..) | Token::Newline(_))
| ^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
|
unnecessary structure name repetition:
src/parser/token.rs#L233
error: unnecessary structure name repetition
--> src/parser/token.rs:233:18
|
233 | matches!(self, Token::TestComment(..) | Token::Newline(_))
| ^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
= note: `-D clippy::use-self` implied by `-D clippy::nursery`
= help: to override `-D clippy::nursery` add `#[allow(clippy::use_self)]`
|
this method could have a `#[must_use]` attribute:
src/parser/token.rs#L232
error: this method could have a `#[must_use]` attribute
--> src/parser/token.rs:232:2
|
232 | pub fn is_newline(&self) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: add the attribute: `#[must_use] pub fn is_newline(&self) -> bool`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#must_use_candidate
= note: `-D clippy::must-use-candidate` implied by `-D clippy::pedantic`
= help: to override `-D clippy::pedantic` add `#[allow(clippy::must_use_candidate)]`
|
create-page
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
create-page
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Invalid file permissions automatically fixed
mode of 'site/doc/api/.lock' changed from 0600 (rw-------) to 0644 (rw-r--r--)
|
create-page
The process '/usr/bin/git' failed with exit code 128
|
create-page
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/
|
create-page
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/
|
create-page
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/
|
create-page
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
github-pages
Expired
|
6.52 MB |
|