-
Notifications
You must be signed in to change notification settings - Fork 102
fixed formatting with clippy and removed Document trait #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@irevoire just an FYI based on your comment, you can add people as a co-author of the PR if you want. |
fb2fea0
to
1373183
Compare
Oh, thank you! I did that 😁 |
1373183
to
d96b44e
Compare
Co-authored-by: Adrian Coutsoftides <[email protected]>
521ca58
to
154e8b8
Compare
.code-samples.meilisearch.yaml
Outdated
let client = Client::new("http://localhost:7700", "masterKey"); | ||
#[derive(Serialize, Deserialize, Debug)] | ||
#[derive(Serialize, Deserialize )] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space detected 🤖
/// ``` | ||
pub async fn get_settings(&self) -> Result<Settings, Error> { | ||
Ok(request::<(), Settings>( | ||
request::<(), Settings>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give me some idea behind this change? Why it was required before and now isn't?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge |
267: fixed formatting with clippy and removed Document trait r=brunoocasali a=irevoire # Pull Request Since `@honne23` doesn't seem available currently, and we have #262, #263, and #264 waiting for this PR to be merged, I took back on it. But thanks a lot, `@honne23;` you wrote most of the code, and I just applied the few left comments. Thanks for contributing! ## What does this PR do? Fixes #255 Closes #261 <!-- Please link the issue you're trying to fix with this PR, if none then please create an issue first. --> ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Adrian Coutsoftides <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed: |
bors merge |
Build succeeded: |
272: Update version for the next release (v0.16.0) r=brunoocasali a=brunoocasali ### Release notes: ##⚠️ Breaking changes * Use an `OffsetDateTime` on the `ClientStats` (#244) `@irevoire` * Fixed formatting with clippy & Removed `Document` trait (#267) `@irevoire` ## 🚀 Enhancements * Add methods to automatically add/update documents in batches (#262) `@abhizer` * Feature/Tenant Token (#263, #264) `@brunoocasali` ## Misc * Create an example showing how to update the Settings (#245) `@irevoire` Thanks again to `@abhizer,` `@bidoubiwa,` `@brunoocasali,` `@irevoire,` and Adrian Coutsoftides! 🎉 Co-authored-by: Bruno Casali <[email protected]>
Pull Request
Since @honne23 doesn't seem available currently, and we have #262, #263, and #264 waiting for this PR to be merged, I took back on it.
But thanks a lot, @honne23; you wrote most of the code, and I just applied the few left comments.
Thanks for contributing!
What does this PR do?
Fixes #255
Closes #261
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!