cargo fmt

This commit is contained in:
Billy Chan 2022-07-11 17:26:57 +08:00
parent 4aaabacae3
commit 1a8d22d918
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -376,7 +376,7 @@ where
/// ///
/// > `SelectTwoMany::one()` method has been dropped (#486) /// > `SelectTwoMany::one()` method has been dropped (#486)
/// > /// >
/// > You can get `(Entity, Vec<RelatedEntity>)` by first querying a single model from Entity, /// > You can get `(Entity, Vec<RelatedEntity>)` by first querying a single model from Entity,
/// > then use [`ModelTrait::find_related`] on the model. /// > then use [`ModelTrait::find_related`] on the model.
/// > /// >
/// > See https://www.sea-ql.org/SeaORM/docs/basic-crud/select#lazy-loading for details. /// > See https://www.sea-ql.org/SeaORM/docs/basic-crud/select#lazy-loading for details.