Skip to content

Use a BTreeSet for struct fields to assure stable hashing (#458) #124

Use a BTreeSet for struct fields to assure stable hashing (#458)

Use a BTreeSet for struct fields to assure stable hashing (#458) #124

GitHub Actions / clippy succeeded Apr 4, 2024 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.77.1 (7cf61ebde 2024-03-27)
  • cargo 1.77.1 (e52e36006 2024-03-26)
  • clippy 0.1.77 (7cf61eb 2024-03-27)

Annotations

Check warning on line 1 in partiql/src/subquery_tests.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

deny(rust_2018_idioms) is ignored unless specified at crate level

warning: deny(rust_2018_idioms) is ignored unless specified at crate level
 --> partiql/src/subquery_tests.rs:1:9
  |
1 | #![deny(rust_2018_idioms)]
  |         ^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_attributes)]` on by default