call out to dummies in setup (except drw calls) #43
check.yml
on: push
nightly / fmt
13s
nightly / doc
53s
Matrix: clippy
Annotations
3 errors and 2 warnings
the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable:
src/main.rs#L3
error: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
--> src/main.rs:3:32
|
3 | #![feature(vec_into_raw_parts, lazy_cell)]
| ^^^^^^^^^
|
= note: `-D stable-features` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(stable_features)]`
|
the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable:
src/main.rs#L3
error: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
--> src/main.rs:3:32
|
3 | #![feature(vec_into_raw_parts, lazy_cell)]
| ^^^^^^^^^
|
= note: `-D stable-features` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(stable_features)]`
|
nightly / clippy
Clippy had exited with the 101 exit code
|
nightly / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
nightly / clippy
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/
|