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 90edfe4 commit 9baa6a9Copy full SHA for 9baa6a9
README.md
@@ -102,7 +102,6 @@ impl Document for Movie {
102
}
103
104
fn main() { block_on(async move {
105
- // Create a client (without sending any request so that can't fail)
106
let client = Client::new("http://localhost:7700", "masterKey");
107
108
// An index is where the documents are stored.
0 commit comments