Skip to content

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

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

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

GitHub Actions / clippy succeeded Jun 9, 2023 in 0s

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 16 in src/app/tag/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `diesel::sql_types`

warning: unused import: `diesel::sql_types`
  --> src/app/tag/model.rs:16:5
   |
16 | use diesel::sql_types;
   |     ^^^^^^^^^^^^^^^^^

Check warning on line 13 in src/app/tag/model.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `diesel::expression::AsExpression`

warning: unused import: `diesel::expression::AsExpression`
  --> src/app/tag/model.rs:13:5
   |
13 | use diesel::expression::AsExpression;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default