Skip to content
GitHub Actions / clippy succeeded Nov 30, 2023 in 0s

clippy

6 warnings

Details

Results

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

Versions

  • rustc 1.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

Annotations

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 233 in src/datasets/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.

warning: use of deprecated struct `datasets::model::TrimResult`: The trim response will be removed in a future version.
   --> src/datasets/model.rs:233:12
    |
233 | pub struct TrimResult {
    |            ^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default