Skip to content

refactor: add query builder for by/with name on tag #54

refactor: add query builder for by/with name on tag

refactor: add query builder for by/with name on tag #54

GitHub Actions / clippy succeeded Jun 10, 2023 in 1s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.69.0 (84c898d65 2023-04-16)
  • cargo 1.69.0 (6e9a83356 2023-04-12)
  • clippy 0.1.69 (84c898d 2023-04-16)

Annotations

Check warning on line 5 in src/app/follow/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `AsSelect`, `Filter`, `Select`

warning: unused imports: `AsSelect`, `Filter`, `Select`
 --> src/app/follow/model.rs:5:19
  |
5 | use diesel::dsl::{AsSelect, Eq, Filter, Select};
  |                   ^^^^^^^^      ^^^^^^  ^^^^^^

Check warning on line 6 in src/app/favorite/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `AsSelect`, `Filter`, `Select`

warning: unused imports: `AsSelect`, `Filter`, `Select`
 --> src/app/favorite/model.rs:6:19
  |
6 | use diesel::dsl::{AsSelect, Eq, Filter, Select};
  |                   ^^^^^^^^      ^^^^^^  ^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default