Compiling ayllu_identity v0.5.0 (/src/crates/identity) warning: unused imports: `Associations`, `BelongingToDsl`, `FromSqlRow`, `FromSql`, `Output`, `SelectableHelper`, `ToSql`, `backend::Backend`, `expression::AsExpression`, `self`, `self`, and `sql_types::Integer` --> crates/database/src/repositories.rs:2:5 | 2 | Associations, BelongingToDsl, ExpressionMethods, Identifiable, Insertable, QueryDsl, Queryable, | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ 3 | RunQueryDsl, Selectable, SelectableHelper, | ^^^^^^^^^^^^^^^^ 4 | backend::Backend, | ^^^^^^^^^^^^^^^^ 5 | deserialize::{self, FromSql, FromSqlRow}, | ^^^^ ^^^^^^^ ^^^^^^^^^^ 6 | expression::AsExpression, | ^^^^^^^^^^^^^^^^^^^^^^^^ 7 | serialize::{self, Output, ToSql}, | ^^^^ ^^^^^^ ^^^^^ 8 | sql_types::Integer, | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `tabled_util` --> crates/database/src/repositories.rs:15:25 | 15 | use crate::{Error, Ptr, tabled_util}; | ^^^^^^^^^^^ warning: unused import: `Insertable` --> crates/database/src/repositories.rs:2:68 | 2 | Associations, BelongingToDsl, ExpressionMethods, Identifiable, Insertable, QueryDsl, Queryable, | ^^^^^^^^^^ warning: `ayllu_database` (lib) generated 3 warnings (run `cargo fix --lib -p ayllu_database` to apply 2 suggestions) Compiling ayllu-dispatch v0.1.0 (/src/ayllu-dispatch) Finished `release` profile [optimized] target(s) in 8.90s