Add description / keywords to cgen crate #144
Annotations
3 warnings
field `rebuild` is never read:
check/src/project.rs#L24
warning: field `rebuild` is never read
--> check/src/project.rs:24:9
|
21 | pub struct BuildConfig {
| ----------- field in this struct
...
24 | pub rebuild: bool,
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
(x86_64-unknown-linux-gnu, stable)
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/.
|
(x86_64-unknown-linux-gnu, nightly)
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/.
|