Merge pull request #161 from quartiq/sensors #762
Annotations
1 error and 65 warnings
doc
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
float has excessive precision:
src/hardware/dt670.rs#L98
warning: float has excessive precision
--> src/hardware/dt670.rs:98:12
|
98 | (54.0, 1.066650, -1.62),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.066_65`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L85
warning: float has excessive precision
--> src/hardware/dt670.rs:85:12
|
85 | (34.0, 1.098930, -1.73),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.098_93`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L78
warning: float has excessive precision
--> src/hardware/dt670.rs:78:12
|
78 | (27.0, 1.112810, -2.58),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.112_81`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
compile (beta, true)
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/
|
float has excessive precision:
src/hardware/dt670.rs#L29
warning: float has excessive precision
--> src/hardware/dt670.rs:29:11
|
29 | (3.6, 1.596260, -27.9),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.596_26`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
compile (beta, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
compile (beta, true)
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/
|
float has excessive precision:
src/hardware/dt670.rs#L28
warning: float has excessive precision
--> src/hardware/dt670.rs:28:11
|
28 | (3.5, 1.599020, -27.4),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.599_02`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
compile (beta, true)
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/
|
compile (beta, true)
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/
|
float has excessive precision:
src/hardware/dt670.rs#L27
warning: float has excessive precision
--> src/hardware/dt670.rs:27:11
|
27 | (3.4, 1.601730, -26.8),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.601_73`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
compile (beta, true)
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/
|
float has excessive precision:
src/hardware/dt670.rs#L26
warning: float has excessive precision
--> src/hardware/dt670.rs:26:11
|
26 | (3.3, 1.604380, -26.2),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.604_38`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L25
warning: float has excessive precision
--> src/hardware/dt670.rs:25:11
|
25 | (3.2, 1.606970, -25.6),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.606_97`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L24
warning: float has excessive precision
--> src/hardware/dt670.rs:24:11
|
24 | (3.1, 1.609510, -25.1),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.609_51`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L23
warning: float has excessive precision
--> src/hardware/dt670.rs:23:11
|
23 | (3.0, 1.612000, -24.7),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.612`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L22
warning: float has excessive precision
--> src/hardware/dt670.rs:22:11
|
22 | (2.9, 1.614450, -24.4),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.614_45`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L21
warning: float has excessive precision
--> src/hardware/dt670.rs:21:11
|
21 | (2.8, 1.616870, -24.2),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.616_87`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L20
warning: float has excessive precision
--> src/hardware/dt670.rs:20:11
|
20 | (2.7, 1.619280, -24.0),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.619_28`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L19
warning: float has excessive precision
--> src/hardware/dt670.rs:19:11
|
19 | (2.6, 1.621660, -23.6),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.621_66`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L18
warning: float has excessive precision
--> src/hardware/dt670.rs:18:11
|
18 | (2.5, 1.624000, -23.2),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.624`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L17
warning: float has excessive precision
--> src/hardware/dt670.rs:17:11
|
17 | (2.4, 1.626290, -22.6),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.626_29`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L16
warning: float has excessive precision
--> src/hardware/dt670.rs:16:11
|
16 | (2.3, 1.628520, -21.9),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.628_52`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L15
warning: float has excessive precision
--> src/hardware/dt670.rs:15:11
|
15 | (2.2, 1.630670, -21.1),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.630_67`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L14
warning: float has excessive precision
--> src/hardware/dt670.rs:14:11
|
14 | (2.1, 1.632740, -20.3),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.632_74`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L13
warning: float has excessive precision
--> src/hardware/dt670.rs:13:11
|
13 | (2.0, 1.634720, -19.3),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.634_72`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L12
warning: float has excessive precision
--> src/hardware/dt670.rs:12:11
|
12 | (1.9, 1.636600, -18.3),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.636_6`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L11
warning: float has excessive precision
--> src/hardware/dt670.rs:11:11
|
11 | (1.8, 1.638370, -17.1),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.638_37`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L10
warning: float has excessive precision
--> src/hardware/dt670.rs:10:11
|
10 | (1.7, 1.640030, -16.0),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.640_03`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L9
warning: float has excessive precision
--> src/hardware/dt670.rs:9:11
|
9 | (1.6, 1.641570, -14.8),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.641_57`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L8
warning: float has excessive precision
--> src/hardware/dt670.rs:8:11
|
8 | (1.5, 1.642990, -13.6),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.642_99`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
|
float has excessive precision:
src/hardware/dt670.rs#L7
warning: float has excessive precision
--> src/hardware/dt670.rs:7:11
|
7 | (1.4, 1.644290, -12.5),
| ^^^^^^^^ help: consider changing the type or truncating it to: `1.644_29`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
= note: `#[warn(clippy::excessive_precision)]` on by default
|
compile (stable, false)
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/
|
compile (stable, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
compile (stable, false)
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/
|
compile (stable, false)
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/
|
compile (stable, false)
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/
|
compile (stable, false)
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/
|
compile (nightly, true)
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/
|
compile (nightly, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
compile (nightly, true)
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/
|
compile (nightly, true)
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/
|
compile (nightly, true)
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/
|
compile (nightly, true)
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/
|
compile (1.75.0, false)
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/
|
compile (1.75.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
compile (1.75.0, false)
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/
|
compile (1.75.0, false)
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/
|
compile (1.75.0, false)
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/
|
compile (1.75.0, false)
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/
|
doc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
doc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
doc
The `save-state` 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/
|
doc
The `save-state` 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/
|
doc
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/
|
doc
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/
|
doc
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/
|
doc
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/
|
doc
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/
|
style
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, actions-rs/clippy-check@v1, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
style
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/
|
style
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/
|
style
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/
|
style
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/
|