Bump actions/checkout from 3 to 4 (#52) #88
Annotations
3 warnings
use of `default` to create a unit struct:
src/main.rs#L24
warning: use of `default` to create a unit struct
--> src/main.rs:24:26
|
24 | let preprocessor = D2::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
|
use of `default` to create a unit struct:
src/main.rs#L24
warning: use of `default` to create a unit struct
--> src/main.rs:24:26
|
24 | let preprocessor = D2::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|