Skip to content

Commit d58d8a3

Browse files
committed
Remove useless build method
1 parent 11f2a1b commit d58d8a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/similar.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ impl<'a, Http: HttpClient> SimilarQuery<'a, Http> {
210210
self
211211
}
212212

213-
pub fn build(&mut self) -> SimilarQuery<'a, Http> {
214-
self.clone()
215-
}
216-
217213
/// Execute the query and fetch the results.
218214
pub async fn execute<T: 'static + DeserializeOwned + Send + Sync>(
219215
&'a self,

0 commit comments

Comments
 (0)