Skip to content

Fix relationship between Kind::Binding and Kind::TypedValue #1277

Fix relationship between Kind::Binding and Kind::TypedValue

Fix relationship between Kind::Binding and Kind::TypedValue #1277

GitHub Actions / clippy failed Mar 19, 2024 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
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 failure on line 79 in fir/src/iter/traverse.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `ty`

error: unused variable: `ty`
  --> fir/src/iter/traverse.rs:79:9
   |
79 |         ty: &RefIdx,
   |         ^^ help: if this is intentional, prefix it with an underscore: `_ty`
   |
   = note: `-D unused-variables` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_variables)]`