Skip to content

Fix subquery global binding lookup and error propagation (#454)

Sign in for the full log view
GitHub Actions / clippy succeeded Mar 16, 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.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

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