Skip to content

Commit 1ca87c2

Browse files
models::repos::Commit -> models::commits::Commit (#781)
1 parent 2edc6ea commit 1ca87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl<'octo> SearchHandler<'octo> {
5050
pub fn commits<'query>(
5151
self,
5252
query: &'query (impl AsRef<str> + ?Sized),
53-
) -> QueryHandler<'octo, 'query, models::repos::Commit> {
53+
) -> QueryHandler<'octo, 'query, models::commits::Commit> {
5454
QueryHandler::new(self.crab, "commits", query.as_ref())
5555
}
5656

0 commit comments

Comments
 (0)