Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Add block size limits #472

Add block size limits

Add block size limits #472

GitHub Actions / clippy failed Aug 16, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check failure on line 22 in src/testing/basic_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

importing legacy numeric constants

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)]`