Merge pull request #4 from foresterre/release-config #8
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 warnings
constants have by default a `'static` lifetime:
src/tests.rs#L9
warning: constants have by default a `'static` lifetime
--> src/tests.rs:9:26
|
9 | const TOML_WITHOUT_EXT: &'static str =
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
constants have by default a `'static` lifetime:
src/tests.rs#L6
warning: constants have by default a `'static` lifetime
--> src/tests.rs:6:23
|
6 | const TOML_WITH_EXT: &'static str =
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
constants have by default a `'static` lifetime:
src/tests.rs#L3
warning: constants have by default a `'static` lifetime
--> src/tests.rs:3:25
|
3 | const TOML_LOCAL_PATH: &'static str =
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
constants have by default a `'static` lifetime:
src/tests.rs#L1
warning: constants have by default a `'static` lifetime
--> src/tests.rs:1:21
|
1 | const LEGACY_ONLY: &'static str = include_str!("../tests/fixtures/legacy-only/rust-toolchain");
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
constants have by default a `'static` lifetime:
src/toml/tests.rs#L8
warning: constants have by default a `'static` lifetime
--> src/toml/tests.rs:8:37
|
8 | const RUSTUP_BOOK_LOCAL_TOOLCHAIN: &'static str =
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
constants have by default a `'static` lifetime:
src/toml/tests.rs#L5
warning: constants have by default a `'static` lifetime
--> src/toml/tests.rs:5:26
|
5 | const RUSTUP_BOOK_SPEC: &'static str =
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
= note: `#[warn(clippy::redundant_static_lifetimes)]` on by default
|
use of deprecated macro `yare::ide`:
src/legacy/tests.rs#L7
warning: use of deprecated macro `yare::ide`
--> src/legacy/tests.rs:7:1
|
7 | yare::ide!();
| ^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|