Skip to content

Cube: variable reusability + refactor in cube macros #4443

Cube: variable reusability + refactor in cube macros

Cube: variable reusability + refactor in cube macros #4443

Triggered via pull request June 13, 2024 17:21
Status Success
Total duration 20m 36s
Artifacts

test.yml

on: pull_request
check-typos
17s
check-typos
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
[clippy] crates/burn-cube-macros/src/tracker.rs#L181: crates/burn-cube-macros/src/tracker.rs#L181
error: field `0` is never read --> crates/burn-cube-macros/src/tracker.rs:181:22 | 181 | VariableNotFound(VariableNotFound), | ---------------- ^^^^^^^^^^^^^^^^ | | | field in this variant | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 181 | VariableNotFound(()), | ~~
tests (ubuntu-22.04, stable, std)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.