Skip to content

fix: Replace missing [no_std] marker #21

fix: Replace missing [no_std] marker

fix: Replace missing [no_std] marker #21

Triggered via push July 14, 2023 22:37
Status Success
Total duration 1m 55s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 1 notice
32 tests found
There are 32 tests, see "Raw output" for the full list of tests.
this expression creates a reference which is immediately dereferenced by the compiler: src/lib.rs#L449
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/lib.rs:449:45 | 449 | ... self.contents = &self.contents[value_len..].trim_start(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.contents[value_len..].trim_start()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions-rs/tarpaulin@v0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
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/
build
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/
build
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/
build
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/