We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edc6ea commit 1ca87c2Copy full SHA for 1ca87c2
src/api/search.rs
@@ -50,7 +50,7 @@ impl<'octo> SearchHandler<'octo> {
50
pub fn commits<'query>(
51
self,
52
query: &'query (impl AsRef<str> + ?Sized),
53
- ) -> QueryHandler<'octo, 'query, models::repos::Commit> {
+ ) -> QueryHandler<'octo, 'query, models::commits::Commit> {
54
QueryHandler::new(self.crab, "commits", query.as_ref())
55
}
56
0 commit comments