Support Turin. #158
Annotations
6 warnings
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
useless conversion to the same type: `ondisk::gnb::EarlyPcieResetPin`:
src/ondisk.rs#L1605
warning: useless conversion to the same type: `ondisk::gnb::EarlyPcieResetPin`
--> src/ondisk.rs:1605:33
|
1605 | .with_reset_pin(EarlyPcieResetPin::None.into())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `EarlyPcieResetPin::None`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `ondisk::gnb::EarlyPcieLinkSpeed`:
src/ondisk.rs#L1604
warning: useless conversion to the same type: `ondisk::gnb::EarlyPcieLinkSpeed`
--> src/ondisk.rs:1604:34
|
1604 | .with_link_speed(EarlyPcieLinkSpeed::Gen3.into())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `EarlyPcieLinkSpeed::Gen3`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
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/
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|