meilisearch / meilisearch-rust

Rust wrapper for the Meilisearch API.

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove warning on doc compilation

bidoubiwa opened this issue · comments

When running cargo doc a lot of warning are raised. For example

    |
373 |     /// Get [Document]s by batch.
    |              ^^^^^^^^ no item named `Document` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

warning: unresolved link to `Document`

These should be fixed