Skip to content

fix(cli): yaml format should be used by default, when -y is passed #620

fix(cli): yaml format should be used by default, when -y is passed

fix(cli): yaml format should be used by default, when -y is passed #620

GitHub Actions / clippy succeeded Jan 16, 2024 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.75.0-nightly (2f1bd0729 2023-10-27)
  • cargo 1.75.0-nightly (df3509237 2023-10-24)
  • clippy 0.1.75 (2f1bd07 2023-10-27)

Annotations

Check warning on line 355 in crates/jrsonnet-evaluator/src/val.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unknown lint: `clippy::unconditional_recursion`

warning: unknown lint: `clippy::unconditional_recursion`
   --> crates/jrsonnet-evaluator/src/val.rs:355:10
    |
355 |     #[allow(clippy::unconditional_recursion)]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `unconditional_recursion`
    |
    = note: `#[warn(unknown_lints)]` on by default