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

Update Rust crate dprint-core to 0.65 - autoclosed #608

Update Rust crate dprint-core to 0.65 - autoclosed

Update Rust crate dprint-core to 0.65 - autoclosed #608

GitHub Actions / clippy failed Nov 27, 2023 in 0s

clippy

3 errors

Details

Results

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

Versions

  • rustc 1.66.0-nightly (c0983a9aa 2022-10-12)
  • cargo 1.66.0-nightly (b8f30cb23 2022-10-10)
  • clippy 0.1.66 (c0983a9 2022-10-12)

Annotations

Check failure on line 199 in crates/ditto-fmt/src/syntax.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_separator`

error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_separator`
   --> crates/ditto-fmt/src/syntax.rs:199:13
    |
199 |             single_line_separator: ", ".into(),
    |             ^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field
    |
    = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others

Check failure on line 198 in crates/ditto-fmt/src/syntax.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_end`

error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_end`
   --> crates/ditto-fmt/src/syntax.rs:198:13
    |
198 |             single_line_space_at_end: single_line_pad,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field
    |
    = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others

Check failure on line 197 in crates/ditto-fmt/src/syntax.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_start`

error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_start`
   --> crates/ditto-fmt/src/syntax.rs:197:13
    |
197 |             single_line_space_at_start: single_line_pad,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field
    |
    = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others