This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Add block size limits #472
Annotations
1 error and 1 warning
importing legacy numeric constants:
src/testing/basic_test.rs#L22
error: importing legacy numeric constants
--> src/testing/basic_test.rs:22:9
|
22 | use std::u64;
| ^^^^^^^^
|
= help: remove this import
= note: then `u64::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `-D clippy::legacy-numeric-constants` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
|
windows
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|