Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Dec 28, 2022
1 parent 1b4e167 commit 7f96418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub trait LoaderTrait {
<<Self as LoaderTrait>::Model as ModelTrait>::Entity: Related<R>;
}

#[async_trait::async_trait]
#[async_trait]
impl<M> LoaderTrait for Vec<M>
where
M: ModelTrait,
Expand Down

0 comments on commit 7f96418

Please sign in to comment.