Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 11, 2022
1 parent 4aaabac commit 1a8d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ where
///
/// > `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.
/// >
/// > See https://www.sea-ql.org/SeaORM/docs/basic-crud/select#lazy-loading for details.
Expand Down

0 comments on commit 1a8d22d

Please sign in to comment.