Skip to content

Commit fb87427

Browse files
committed
missed comma
1 parent c1d9f0f commit fb87427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ impl Index {
436436
/// # let MEILISEARCH_URL = option_env!("MEILISEARCH_URL").unwrap_or("http://localhost:7700");
437437
/// # let MEILISEARCH_API_KEY = option_env!("MEILISEARCH_API_KEY").unwrap_or("masterKey");
438438
/// #
439-
/// #[derive(Serialize, Deserialize, PartialEq Debug)]
439+
/// #[derive(Serialize, Deserialize, PartialEq, Debug)]
440440
/// struct Movie {
441441
/// name: String,
442442
/// description: String,

0 commit comments

Comments
 (0)