Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version to 0.9 #56

Merged
merged 1 commit into from
Nov 30, 2023

chore: Bump version to 0.9

16f03ba
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: Bump version to 0.9 #56

chore: Bump version to 0.9
16f03ba
Select commit
Loading
Failed to load commit list.
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 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^

Check warning on line 234 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:234:12
    |
234 | pub struct TrimResult {
    |            ^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default