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 c1d9f0f commit fb87427Copy full SHA for fb87427
src/indexes.rs
@@ -436,7 +436,7 @@ impl Index {
436
/// # let MEILISEARCH_URL = option_env!("MEILISEARCH_URL").unwrap_or("http://localhost:7700");
437
/// # let MEILISEARCH_API_KEY = option_env!("MEILISEARCH_API_KEY").unwrap_or("masterKey");
438
/// #
439
- /// #[derive(Serialize, Deserialize, PartialEq Debug)]
+ /// #[derive(Serialize, Deserialize, PartialEq, Debug)]
440
/// struct Movie {
441
/// name: String,
442
/// description: String,
0 commit comments